Lines Matching refs:emit_arith
612 emit_arith(2, Operand(dst), Immediate(imm32)); in adc()
640 emit_arith(0, dst, x); in add()
651 emit_arith(4, Operand(dst), x); in and_()
664 emit_arith(4, dst, x); in and_()
728 emit_arith(7, Operand(reg), Immediate(imm32)); in cmp()
734 emit_arith(7, Operand(reg), Immediate(handle)); in cmp()
752 emit_arith(7, op, imm); in cmp()
758 emit_arith(7, op, Immediate(handle)); in cmp()
916 emit_arith(1, Operand(dst), Immediate(imm32)); in or_()
929 emit_arith(1, dst, x); in or_()
1090 emit_arith(5, dst, x); in sub()
1221 emit_arith(6, Operand(dst), Immediate(imm32)); in xor_()
1241 emit_arith(6, dst, x); in xor_()
2107 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith() function in v8::internal::Assembler