Lines Matching refs:emit_arith
741 emit_arith(2, Operand(dst), Immediate(imm32)); in adc()
769 emit_arith(0, dst, x); in add()
780 emit_arith(4, Operand(dst), x); in and_()
793 emit_arith(4, dst, x); in and_()
857 emit_arith(7, Operand(reg), Immediate(imm32)); in cmp()
863 emit_arith(7, Operand(reg), Immediate(handle)); in cmp()
881 emit_arith(7, op, imm); in cmp()
887 emit_arith(7, op, Immediate(handle)); in cmp()
1045 emit_arith(1, Operand(dst), Immediate(imm32)); in or_()
1058 emit_arith(1, dst, x); in or_()
1219 emit_arith(5, dst, x); in sub()
1350 emit_arith(6, Operand(dst), Immediate(imm32)); in xor_()
1370 emit_arith(6, dst, x); in xor_()
2968 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith() function in v8::internal::Assembler