Searched refs:emit_operand (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc482 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(ea
2649 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
[all...]
H A Dassembler-ia32.h446 // register is encoded later as part of the emit_operand operation.
1219 void emit_operand(Register reg, const Operand& adr);
/external/v8/src/ia32/
H A Dassembler-ia32.cc545 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(ea
2541 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
[all...]
H A Dassembler-ia32.h370 // register is encoded later as part of the emit_operand operation.
1152 void emit_operand(Register reg, const Operand& adr);
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h345 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/
H A Dassembler-x64.cc452 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(subcod
[all...]
H A Dassembler-x64.h441 // register is encoded later as part of the emit_operand operation.
1624 void emit_operand(Register reg, const Operand& adr) {
1625 emit_operand(reg.low_bits(), adr);
1631 void emit_operand(int rm, const Operand& adr);
/external/v8/src/x64/
H A Dassembler-x64.cc554 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(subcod
[all...]
H A Dassembler-x64.h422 // register is encoded later as part of the emit_operand operation.
1544 void emit_operand(Register reg, const Operand& adr) {
1545 emit_operand(reg.low_bits(), adr);
1551 void emit_operand(int rm, const Operand& adr);

Completed in 224 milliseconds