Home
last modified time | relevance | path

Searched refs:aop (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c1236 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, in bfin_gen_dsp32alu() argument
1243 ASSIGN (aop); in bfin_gen_dsp32alu()
1446 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) in bfin_gen_ldst() argument
1458 ASSIGN (aop); in bfin_gen_ldst()
1517 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod() argument
1523 ASSIGN (aop); in bfin_gen_ldstpmod()
1531 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst() argument
1537 ASSIGN (aop); in bfin_gen_dspldst()
2013 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
2018 if (aop == 1 && W == 0 && idx == ptr) in decode_LDSTpmod_0()
[all …]
Dbfin-parse.y29 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
30 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1)
55 #define LDST(ptr, reg, aop, sz, z, w) \ argument
56 bfin_gen_ldst (ptr, reg, aop, sz, z, w)
61 #define DSPLDST(i, m, reg, aop, w) \ argument
62 bfin_gen_dspldst (i, reg, aop, w, m)
64 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument
65 bfin_gen_ldstpmod (ptr, reg, aop, w, idx)
395 int aop = ((x->value >> 9) & 0x3); in is_store() local
397 if (!w || aop == 3) in is_store()
[all …]
Dtc-arm.c18923 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
18924 TxCE (mnem, aop, 0x##top, nops, ops, ae, te)
18925 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
18926 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te)
18936 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
18937 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te)
18938 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument
18939 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te)
18940 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
18941 TxC3 (mnem, aop, T_MNEM##top, nops, ops, ae, te)
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dbfin-dis.c1856 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
1861 if (aop == 1 && W == 0 && idx == ptr) in decode_LDSTpmod_0()
1868 else if (aop == 2 && W == 0 && idx == ptr) in decode_LDSTpmod_0()
1875 else if (aop == 1 && W == 1 && idx == ptr) in decode_LDSTpmod_0()
1882 else if (aop == 2 && W == 1 && idx == ptr) in decode_LDSTpmod_0()
1889 else if (aop == 0 && W == 0) in decode_LDSTpmod_0()
1898 else if (aop == 1 && W == 0) in decode_LDSTpmod_0()
1907 else if (aop == 2 && W == 0) in decode_LDSTpmod_0()
1916 else if (aop == 3 && W == 0) in decode_LDSTpmod_0()
1925 else if (aop == 3 && W == 1) in decode_LDSTpmod_0()
[all …]