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)
396 int aop = ((x->value >> 9) & 0x3); in is_store() local
398 if (!w || aop == 3) in is_store()
453 struct { int r0; int s0; int x0; int aop; } modcodes; member
1074 $$ = DSP32ALU (22, $13.r0, 0, &$1, &$5, &$9, $13.s0, $13.x0, $13.aop);
1123 if ($6.aop == 0)
2806 if ($5.r0 == 0 && $5.s0 == 0 && $5.aop == 0)
2811 else if ($5.r0 == 1 && $5.s0 == 0 && $5.aop == 3)
3812 $$.aop = 0;
3818 $$.aop = 1;
3824 $$.aop = 1;
3892 $$.aop = 0;
3898 $$.aop = 3;
3904 $$.aop = 3;
3910 $$.aop = 3;
4106 $$.aop = 0; /* aop. */
4114 $$.aop = 1; /* aop. */
4122 $$.aop = 0; /* aop. */
4130 $$.aop = 1;
4138 $$.aop = 0; /* aop. */
4145 $$.aop = 1; /* aop. */
4152 $$.aop = 0; /* aop. */
4160 $$.aop = 1; /* aop. */