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 545 emit_operand(esi, src);
559 emit_operand(eax, dst);
581 emit_operand(dst, src);
588 emit_operand(eax, dst);
597 emit_operand(src, dst);
605 emit_operand(dst, src);
613 emit_operand(src, dst);
641 emit_operand(dst, src);
655 emit_operand(eax, dst);
663 emit_operand(eax, dst)
2541 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 370 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 554 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
575 emit_operand(reg, op);
620 emit_operand(reg, rm_reg);
646 emit_operand(reg, rm_reg);
676 emit_operand(subcode, dst);
680 emit_operand(subcode, dst);
715 emit_operand(subcode, dst);
719 emit_operand(subcode, dst);
752 emit_operand(subcode, dst);
756 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 422 // register is encoded later as part of the emit_operand operation.
    [all...]

Completed in 255 milliseconds