Searched refs:ldst (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/cxgbe/common/
H A Dt4_hw.c4237 struct fw_ldst_cmd ldst; local
4243 len > sizeof ldst.u.i2c.data)
4246 memset(&ldst, 0, sizeof ldst);
4247 ldst.op_to_addrspace =
4252 ldst.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst));
4253 ldst.u.i2c.pid = (port < 0 ? 0xff : port);
4254 ldst.u.i2c.did = devid;
4255 ldst
4279 struct fw_ldst_cmd ldst; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dtree-sra.c676 void (*ldst) (struct sra_elt *elt, tree other,
883 fns->ldst (rhs_elt, lhs, bsi, false);
927 fns->ldst (lhs_elt, rhs, bsi, true);
673 void (*ldst) (struct sra_elt *elt, tree other, member in struct:sra_walk_fns
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c14947 tCE(ldr, 4100000, ldr, 2, (RR, ADDRGLDR),ldst, t_ldst),
14948 tC3(ldrb, 4500000, ldrb, 2, (RR, ADDRGLDR),ldst, t_ldst),
14949 tCE(str, 4000000, str, 2, (RR, ADDRGLDR),ldst, t_ldst),
14950 tC3(strb, 4400000, strb, 2, (RR, ADDRGLDR),ldst, t_ldst),

Completed in 200 milliseconds