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

  /external/v8/src/x87/
assembler-x87.cc 558 emit_arith(2, Operand(dst), Immediate(imm32));
586 emit_arith(0, dst, x);
597 emit_arith(4, Operand(dst), x);
610 emit_arith(4, dst, x);
661 emit_arith(7, Operand(reg), Immediate(imm32));
667 emit_arith(7, Operand(reg), Immediate(handle));
680 emit_arith(7, op, imm);
686 emit_arith(7, op, Immediate(handle));
844 emit_arith(1, Operand(dst), Immediate(imm32));
857 emit_arith(1, dst, x)
1992 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { function in class:v8::internal::Assembler
    [all...]
assembler-x87.h     [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 687 emit_arith(2, Operand(dst), Immediate(imm32));
715 emit_arith(0, dst, x);
726 emit_arith(4, Operand(dst), x);
739 emit_arith(4, dst, x);
790 emit_arith(7, Operand(reg), Immediate(imm32));
796 emit_arith(7, Operand(reg), Immediate(handle));
809 emit_arith(7, op, imm);
815 emit_arith(7, op, Immediate(handle));
973 emit_arith(1, Operand(dst), Immediate(imm32));
986 emit_arith(1, dst, x)
2824 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h     [all...]

Completed in 3159 milliseconds