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

  /external/v8/src/x87/
assembler-x87.cc 342 emit_operand(esi, src);
356 emit_operand(eax, dst);
378 emit_operand(dst, src);
385 emit_operand(eax, dst);
393 emit_operand(eax, dst);
402 emit_operand(src, dst);
410 emit_operand(dst, src);
418 emit_operand(src, dst);
426 emit_operand(eax, dst);
436 emit_operand(eax, dst)
2130 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-x87.h 391 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 480 emit_operand(esi, src);
494 emit_operand(eax, dst);
516 emit_operand(dst, src);
523 emit_operand(eax, dst);
532 emit_operand(src, dst);
540 emit_operand(dst, src);
548 emit_operand(src, dst);
556 emit_operand(eax, dst);
586 emit_operand(dst, src);
600 emit_operand(eax, dst)
2991 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 393 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 457 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
499 emit_operand(reg, op);
547 emit_operand(reg, rm_reg);
559 emit_operand(reg, op);
613 emit_operand(subcode, dst);
617 emit_operand(subcode, dst);
652 emit_operand(subcode, dst);
656 emit_operand(subcode, dst);
669 emit_operand(subcode, dst);
717 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 411 // register is encoded later as part of the emit_operand operation.
    [all...]

Completed in 155 milliseconds