Home
last modified time | relevance | path

Searched refs:vld (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/regression/usr.bin/cc/
H A Dfloat.c116 volatile long double vld; in run_tests() local
187 vld = LDBL_EPSILON; in run_tests()
189 1.0F + vf != 1.0F && 1.0 + vd != 1.0 && 1.0L + vld != 1.0L); in run_tests()
249 ld = vld * 0.5; in run_tests()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c260 OSSL_CRMF_OPTIONALVALIDITY *vld; in OSSL_CRMF_MSG_set0_validity() local
268 if ((vld = OSSL_CRMF_OPTIONALVALIDITY_new()) == NULL) in OSSL_CRMF_MSG_set0_validity()
270 vld->notBefore = notBefore; in OSSL_CRMF_MSG_set0_validity()
271 vld->notAfter = notAfter; in OSSL_CRMF_MSG_set0_validity()
272 tmpl->validity = vld; in OSSL_CRMF_MSG_set0_validity()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h2960 uint32_t vld:1, /** valid */ member
5297 vld:1;
5315 vld:1;
5430 vld:1;
5451 vld:1;
5475 vld:1;
5501 vld:1;
5521 vld:1;
5542 vld:1;
H A Dsli4.c5223 valid = (((sli4_eqe_t *)qe)->vld == q->phase) ? 1 : 0; in sli_queue_entry_is_valid()
5225 ((sli4_eqe_t *)qe)->vld = 0; in sli_queue_entry_is_valid()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1181 uint32_t vld; in do_rx_data_ddp() local
1189 vld = be32toh(cpl->ddpvld); in do_rx_data_ddp()
1190 if (__predict_false(vld & DDP_ERR)) { in do_rx_data_ddp()
1192 __func__, vld, tid, toep); in do_rx_data_ddp()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td26 def "vld"#n#"q": Intrinsic<MultiVector<n>, (args CPtr<Scalar>),
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrVec.td162 defm VLD : VLDm<"vld", 0x81, V64>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td6069 "vld" # n.nvecs # stage # "." # s.lanesize>;