Searched refs:ldst (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/dev/cxgbe/common/ |
| HD | t4_hw.c | 4264 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/ |
| HD | tree-sra.c | 673 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()
|
| HD | ChangeLog | 1556 * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
|
| HD | ChangeLog-2001 | 25384 (find_rtx_in_ldst): Try to find an rtx expression in the ldst list.
|
| HD | ChangeLog-2005 | 6700 * gcse.c: Include hashtab.h, define ldst entry hashtable.
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 14939 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/ |
| HD | ChangeLog-0001 | 476 (do_fp_{ctrl,ldst,ldstm,dyadic,monadic,cmp,from_reg,to_reg}): Rename
|