Lines Matching refs:emit_arith
687 emit_arith(2, Operand(dst), Immediate(imm32)); in adc()
715 emit_arith(0, dst, x); in add()
726 emit_arith(4, Operand(dst), x); in and_()
739 emit_arith(4, dst, x); in and_()
790 emit_arith(7, Operand(reg), Immediate(imm32)); in cmp()
796 emit_arith(7, Operand(reg), Immediate(handle)); in cmp()
809 emit_arith(7, op, imm); in cmp()
815 emit_arith(7, op, Immediate(handle)); in cmp()
973 emit_arith(1, Operand(dst), Immediate(imm32)); in or_()
986 emit_arith(1, dst, x); in or_()
1134 emit_arith(5, dst, x); in sub()
1232 emit_arith(6, Operand(dst), Immediate(imm32)); in xor_()
1252 emit_arith(6, dst, x); in xor_()
2824 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { in emit_arith() function in v8::internal::Assembler