assembler-ia32.cc | 703 emit_arith(2, Operand(dst), Immediate(imm32)); 731 emit_arith(0, dst, x); 742 emit_arith(4, Operand(dst), x); 755 emit_arith(4, dst, x); 806 emit_arith(7, Operand(reg), Immediate(imm32)); 812 emit_arith(7, Operand(reg), Immediate(handle)); 825 emit_arith(7, op, imm); 831 emit_arith(7, op, Immediate(handle)); 963 emit_arith(1, Operand(dst), Immediate(imm32)); 976 emit_arith(1, dst, x) 2631 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { function in class:v8::internal::Assembler [all...] |