Home | History | Annotate | Download | only in priv

Lines Matching refs:ARMInstr_Alu

336    addInstr(env, ARMInstr_Alu(ARMalu_AND, tL, tL, ARMRI84_I84(2,0)));
337 addInstr(env, ARMInstr_Alu(ARMalu_AND, tR, tR, ARMRI84_I84(1,0)));
338 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR)));
1114 addInstr(env, ARMInstr_Alu(ARMalu_OR, tmp, tHi, ARMRI84_R(tLo)));
1268 addInstr(env, ARMInstr_Alu(didInv ? ARMalu_BIC : ARMalu_AND,
1281 addInstr(env, ARMInstr_Alu(aop, dst, argL, argR));
1599 addInstr(env, ARMInstr_Alu(ARMalu_AND,
1729 addInstr(env, ARMInstr_Alu(ARMalu_OR, dst, dst, ARMRI84_R(src)));
1738 addInstr(env, ARMInstr_Alu(ARMalu_OR, dst, dst, ARMRI84_R(src)));
2019 addInstr(env, ARMInstr_Alu(ARMalu_OR, tHi, xHi, ARMRI84_R(yHi)));
2020 addInstr(env, ARMInstr_Alu(ARMalu_OR, tLo, xLo, ARMRI84_R(yLo)));
2032 addInstr(env, ARMInstr_Alu(ARMalu_ADDS, tLo, xLo, ARMRI84_R(yLo)));
2033 addInstr(env, ARMInstr_Alu(ARMalu_ADC, tHi, xHi, ARMRI84_R(yHi)));
2077 addInstr(env, ARMInstr_Alu(ARMalu_SUBS,
2080 addInstr(env, ARMInstr_Alu(ARMalu_SBC,
2085 addInstr(env, ARMInstr_Alu(ARMalu_OR, tHi, tHi, ARMRI84_R(yHi)));
2086 addInstr(env, ARMInstr_Alu(ARMalu_OR, tLo, tLo, ARMRI84_R(yLo)));
2100 addInstr(env, ARMInstr_Alu(ARMalu_OR,
2104 addInstr(env, ARMInstr_Alu(ARMalu_OR,
4364 addInstr(env, ARMInstr_Alu(ARMalu_SUB, hregARM_R13(),
4386 addInstr(env, ARMInstr_Alu(ARMalu_ADD, hregARM_R13(),
6045 addInstr(env, ARMInstr_Alu(ARMalu_ADD,
6049 addInstr(env, ARMInstr_Alu(ARMalu_ADD,
6142 addInstr(env, ARMInstr_Alu(ARMalu_XOR, r_res, hregARM_R0(), one));
6144 addInstr(env, ARMInstr_Alu(ARMalu_AND, r_res, r_res, one));