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

  /external/v8/src/ia32/
assembler-ia32.cc 457 emit_operand(esi, src);
481 emit_operand(dst, Operand(src));
583 emit_operand(eax, dst);
608 emit_operand(dst, src);
616 emit_operand(eax, dst);
626 emit_operand(src, dst);
635 emit_operand(dst, src);
644 emit_operand(src, dst);
676 emit_operand(dst, src);
692 emit_operand(eax, dst)
2761 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 375 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 550 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
571 emit_operand(reg, op);
616 emit_operand(reg, rm_reg);
642 emit_operand(reg, rm_reg);
672 emit_operand(subcode, dst);
676 emit_operand(subcode, dst);
711 emit_operand(subcode, dst);
715 emit_operand(subcode, dst);
748 emit_operand(subcode, dst);
752 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 412 // register is encoded later as part of the emit_operand operation.
1502 void emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]

Completed in 3355 milliseconds