Home | History | Annotate | Download | only in ia32

Lines Matching refs:emit_arith

756   emit_arith(2, Operand(dst), Immediate(imm32));
784 emit_arith(0, dst, x);
795 emit_arith(4, Operand(dst), x);
808 emit_arith(4, dst, x);
859 emit_arith(7, Operand(reg), Immediate(imm32));
865 emit_arith(7, Operand(reg), Immediate(handle));
878 emit_arith(7, op, imm);
884 emit_arith(7, op, Immediate(handle));
1016 emit_arith(1, Operand(dst), Immediate(imm32));
1029 emit_arith(1, dst, x);
1156 emit_arith(5, dst, x);
1189 // This is not using emit_arith because test doesn't support
1239 emit_arith(6, Operand(dst), Immediate(imm32));
1259 emit_arith(6, dst, x);
2523 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) {