Lines Matching refs:aop
29 #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()
452 struct { int r0; int s0; int x0; int aop; } modcodes; member
1073 $$ = DSP32ALU (22, $13.r0, 0, &$1, &$5, &$9, $13.s0, $13.x0, $13.aop);
1122 if ($6.aop == 0)
2805 if ($5.r0 == 0 && $5.s0 == 0 && $5.aop == 0)
2810 else if ($5.r0 == 1 && $5.s0 == 0 && $5.aop == 3)
3811 $$.aop = 0;
3817 $$.aop = 1;
3823 $$.aop = 1;
3891 $$.aop = 0;
3897 $$.aop = 3;
3903 $$.aop = 3;
3909 $$.aop = 3;
4105 $$.aop = 0; /* aop. */
4113 $$.aop = 1; /* aop. */
4121 $$.aop = 0; /* aop. */
4129 $$.aop = 1;
4137 $$.aop = 0; /* aop. */
4144 $$.aop = 1; /* aop. */
4151 $$.aop = 0; /* aop. */
4159 $$.aop = 1; /* aop. */