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

  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 482 emit_operand(esi, src);
496 emit_operand(eax, dst);
518 emit_operand(dst, src);
525 emit_operand(eax, dst);
534 emit_operand(src, dst);
542 emit_operand(dst, src);
550 emit_operand(src, dst);
558 emit_operand(eax, dst);
588 emit_operand(dst, src);
602 emit_operand(eax, dst)
2649 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 446 // register is encoded later as part of the emit_operand operation.
    [all...]
  /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/chromium_org/tools/traceline/traceline/
assembler.h 345 void emit_operand(Register reg, Operand operand) {
380 emit(0xff); emit_operand(EDX, dst);
444 emit(0x8d); emit_operand(dst, src);
466 emit(0x8b); emit_operand(dst, src);
487 emit(0x8f); emit_operand(EAX, dst);
494 emit(0xff); emit_operand(ESI, src);
545 emit(0x0f); emit(0x01); emit_operand(ECX, Operand(ESP, 2));
568 emit(0x87); emit_operand(r1, oper);
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 452 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
473 emit_operand(reg, op);
518 emit_operand(reg, rm_reg);
544 emit_operand(reg, rm_reg);
574 emit_operand(subcode, dst);
578 emit_operand(subcode, dst);
613 emit_operand(subcode, dst);
617 emit_operand(subcode, dst);
650 emit_operand(subcode, dst);
654 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 441 // 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 50 milliseconds