Home | History | Annotate | Download | only in ia32

Lines Matching refs:emit_arith

747   emit_arith(2, Operand(dst), Immediate(imm32));
775 emit_arith(0, dst, x);
786 emit_arith(4, Operand(dst), x);
799 emit_arith(4, dst, x);
850 emit_arith(7, Operand(reg), Immediate(imm32));
856 emit_arith(7, Operand(reg), Immediate(handle));
869 emit_arith(7, op, imm);
875 emit_arith(7, op, Immediate(handle));
1007 emit_arith(1, Operand(dst), Immediate(imm32));
1020 emit_arith(1, dst, x);
1168 emit_arith(5, dst, x);
1201 // This is not using emit_arith because test doesn't support
1255 emit_arith(6, Operand(dst), Immediate(imm32));
1275 emit_arith(6, dst, x);
2614 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) {