Home | History | Annotate | Download | only in ia32

Lines Matching refs:emit_arith

746   emit_arith(2, Operand(dst), Immediate(imm32));
774 emit_arith(0, dst, x);
785 emit_arith(4, Operand(dst), x);
798 emit_arith(4, dst, x);
862 emit_arith(7, Operand(reg), Immediate(imm32));
868 emit_arith(7, Operand(reg), Immediate(handle));
886 emit_arith(7, op, imm);
892 emit_arith(7, op, Immediate(handle));
1050 emit_arith(1, Operand(dst), Immediate(imm32));
1063 emit_arith(1, dst, x);
1224 emit_arith(5, dst, x);
1249 // This is not using emit_arith because test doesn't support
1355 emit_arith(6, Operand(dst), Immediate(imm32));
1375 emit_arith(6, dst, x);
2973 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) {