HomeSort by relevance Sort by last modified time
    Searched refs:emit_arith (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
assembler-ia32.cc 779 emit_arith(2, Operand(dst), Immediate(imm32));
819 emit_arith(0, dst, x);
826 emit_arith(4, Operand(dst), Immediate(imm32));
841 emit_arith(4, dst, x);
894 emit_arith(7, Operand(reg), Immediate(imm32));
901 emit_arith(7, Operand(reg), Immediate(handle));
916 emit_arith(7, op, imm);
923 emit_arith(7, op, Immediate(handle));
1064 emit_arith(1, Operand(dst), Immediate(imm32));
1079 emit_arith(1, dst, x)
2328 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 848 void emit_arith(int sel, Operand dst, const Immediate& x);

Completed in 5449 milliseconds