Lines Matching refs:ARMalu_OR
338 addInstr(env, ARMInstr_Alu(ARMalu_OR, t3, tL, ARMRI84_R(tR))); in set_VFP_rounding_mode()
1114 addInstr(env, ARMInstr_Alu(ARMalu_OR, tmp, tHi, ARMRI84_R(tLo))); in iselCondCode_wrk()
1272 case Iop_Or32: aop = ARMalu_OR; goto std_binop; in iselIntExpr_R_wrk()
1729 addInstr(env, ARMInstr_Alu(ARMalu_OR, dst, dst, ARMRI84_R(src))); in iselIntExpr_R_wrk()
1738 addInstr(env, ARMInstr_Alu(ARMalu_OR, dst, dst, ARMRI84_R(src))); in iselIntExpr_R_wrk()
2019 addInstr(env, ARMInstr_Alu(ARMalu_OR, tHi, xHi, ARMRI84_R(yHi))); in iselInt64Expr_wrk()
2020 addInstr(env, ARMInstr_Alu(ARMalu_OR, tLo, xLo, ARMRI84_R(yLo))); in iselInt64Expr_wrk()
2085 addInstr(env, ARMInstr_Alu(ARMalu_OR, tHi, tHi, ARMRI84_R(yHi))); in iselInt64Expr_wrk()
2086 addInstr(env, ARMInstr_Alu(ARMalu_OR, tLo, tLo, ARMRI84_R(yLo))); in iselInt64Expr_wrk()
2100 addInstr(env, ARMInstr_Alu(ARMalu_OR, in iselInt64Expr_wrk()
2104 addInstr(env, ARMInstr_Alu(ARMalu_OR, in iselInt64Expr_wrk()