Lines Matching refs:emit_arith
558 emit_arith(2, Operand(dst), Immediate(imm32)); in adc()
586 emit_arith(0, dst, x); in add()
597 emit_arith(4, Operand(dst), x); in and_()
610 emit_arith(4, dst, x); in and_()
661 emit_arith(7, Operand(reg), Immediate(imm32)); in cmp()
667 emit_arith(7, Operand(reg), Immediate(handle)); in cmp()
680 emit_arith(7, op, imm); in cmp()
686 emit_arith(7, op, Immediate(handle)); in cmp()
844 emit_arith(1, Operand(dst), Immediate(imm32)); in or_()
857 emit_arith(1, dst, x); in or_()
1005 emit_arith(5, dst, x); in sub()
1103 emit_arith(6, Operand(dst), Immediate(imm32)); in xor_()
1123 emit_arith(6, dst, x); in xor_()
1992 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith() function in v8::internal::Assembler