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

  /external/v8/src/ia32/
assembler-ia32.cc 430 emit_operand(esi, src);
454 emit_operand(dst, Operand(src));
556 emit_operand(eax, dst);
581 emit_operand(dst, src);
589 emit_operand(eax, dst);
599 emit_operand(src, dst);
608 emit_operand(dst, src);
617 emit_operand(src, dst);
649 emit_operand(dst, src);
665 emit_operand(eax, dst)
2346 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 430 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
452 emit_operand(reg, op);
483 emit_operand(reg, rm_reg);
503 emit_operand(reg, rm_reg);
535 emit_operand(subcode, dst);
539 emit_operand(subcode, dst);
576 emit_operand(subcode, dst);
580 emit_operand(subcode, dst);
615 emit_operand(subcode, dst);
619 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 311 // register is encoded later as part of the emit_operand operation.
1249 void emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]

Completed in 67 milliseconds