Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/regression/usr.bin/cc/
HDfloat.c118 volatile long double vld; in run_tests() local
189 vld = LDBL_EPSILON; in run_tests()
191 1.0F + vf != 1.0F && 1.0 + vd != 1.0 && 1.0L + vld != 1.0L); in run_tests()
251 ld = vld * 0.5; in run_tests()
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-l2c-defs.h4320 uint64_t vld : 1; /**< LFB Valid */ member
4322 uint64_t vld : 1;
4356 uint64_t vld : 1; /**< LFB Valid */ member
4358 uint64_t vld : 1;
4395 uint64_t vld : 1; /**< LFB Valid */ member
4397 uint64_t vld : 1;
4435 uint64_t vld : 1; /**< LFB Valid */ member
4437 uint64_t vld : 1;
4495 uint64_t vld : 1; /**< LFB Valid */ member
4497 uint64_t vld : 1;
HDcvmx-uahcx-defs.h1129 …uint32_t vld : 1; /**< AHB Error Captured. Indicator that an AHB error w… member
1134 uint32_t vld : 1;
2779 …uint32_t vld : 1; /**< AHB Error Captured. Indicator that an AHB error w… member
2784 uint32_t vld : 1;
/freebsd-11-stable/sys/dev/ocs_fc/
HDsli4.h2913 uint32_t vld:1, /** valid */ member
5231 vld:1;
5249 vld:1;
5364 vld:1;
5385 vld:1;
5409 vld:1;
5435 vld:1;
5455 vld:1;
5476 vld:1;
HDsli4.c5095 valid = ((sli4_eqe_t *)qe)->vld; in sli_queue_entry_is_valid()
5097 ((sli4_eqe_t *)qe)->vld = 0; in sli_queue_entry_is_valid()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_ddp.c762 uint32_t vld; in do_rx_data_ddp() local
770 vld = be32toh(cpl->ddpvld); in do_rx_data_ddp()
771 if (__predict_false(vld & DDP_ERR)) { in do_rx_data_ddp()
773 __func__, vld, tid, toep); in do_rx_data_ddp()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_mve.td26 def "vld"#n#"q": Intrinsic<MultiVector<n>, (args CPtr<Scalar>),
/freebsd-11-stable/contrib/binutils/opcodes/
HDChangeLog-9297967 * tic80-opc.c (tic80_opcodes): Expand comment for vld opcode
988 values. Add "vadd" and "vld" instructions.
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-20062001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrMVE.td5000 "vld" # n.nvecs # stage # "." # s.lanesize>;