Home
last modified time | relevance | path

Searched refs:ldst (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/dev/cxgbe/common/
HDt4_hw.c4264 struct fw_ldst_cmd ldst; in t4_i2c_rd() local
4270 len > sizeof ldst.u.i2c.data) in t4_i2c_rd()
4273 memset(&ldst, 0, sizeof ldst); in t4_i2c_rd()
4274 ldst.op_to_addrspace = in t4_i2c_rd()
4279 ldst.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst)); in t4_i2c_rd()
4280 ldst.u.i2c.pid = (port < 0 ? 0xff : port); in t4_i2c_rd()
4281 ldst.u.i2c.did = devid; in t4_i2c_rd()
4282 ldst.u.i2c.boffset = offset; in t4_i2c_rd()
4283 ldst.u.i2c.blen = len; in t4_i2c_rd()
4284 ret = t4_wr_mbox(adap, mbox, &ldst, sizeof ldst, &ldst); in t4_i2c_rd()
[all …]
/trueos/contrib/gcc/
HDtree-sra.c673 void (*ldst) (struct sra_elt *elt, tree other, member
880 fns->ldst (rhs_elt, lhs, bsi, false); in sra_walk_modify_expr()
924 fns->ldst (lhs_elt, rhs, bsi, true); in sra_walk_modify_expr()
HDChangeLog1556 * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
HDChangeLog-200125384 (find_rtx_in_ldst): Try to find an rtx expression in the ldst list.
HDChangeLog-20056700 * gcse.c: Include hashtab.h, define ldst entry hashtable.
/trueos/contrib/binutils/gas/config/
HDtc-arm.c14939 tCE(ldr, 4100000, ldr, 2, (RR, ADDRGLDR),ldst, t_ldst),
14940 tC3(ldrb, 4500000, ldrb, 2, (RR, ADDRGLDR),ldst, t_ldst),
14941 tCE(str, 4000000, str, 2, (RR, ADDRGLDR),ldst, t_ldst),
14942 tC3(strb, 4400000, strb, 2, (RR, ADDRGLDR),ldst, t_ldst),
/trueos/contrib/binutils/gas/
HDChangeLog-0001476 (do_fp_{ctrl,ldst,ldstm,dyadic,monadic,cmp,from_reg,to_reg}): Rename