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

  /external/chromium_org/v8/src/x87/
assembler-x87.cc 362 emit_operand(esi, src);
376 emit_operand(eax, dst);
398 emit_operand(dst, src);
405 emit_operand(eax, dst);
414 emit_operand(src, dst);
422 emit_operand(dst, src);
430 emit_operand(src, dst);
438 emit_operand(eax, dst);
468 emit_operand(dst, src);
482 emit_operand(eax, dst)
2010 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-x87.h 378 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 420 emit_operand(esi, src);
434 emit_operand(eax, dst);
456 emit_operand(dst, src);
463 emit_operand(eax, dst);
472 emit_operand(src, dst);
480 emit_operand(dst, src);
488 emit_operand(src, dst);
496 emit_operand(eax, dst);
526 emit_operand(dst, src);
540 emit_operand(eax, dst)
2588 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 389 // 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 387 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
411 emit_operand(reg, op);
459 emit_operand(reg, rm_reg);
470 emit_operand(reg, op);
524 emit_operand(subcode, dst);
528 emit_operand(subcode, dst);
563 emit_operand(subcode, dst);
567 emit_operand(subcode, dst);
580 emit_operand(subcode, dst);
633 emit_operand(src, dst)
    [all...]
assembler-x64.h 424 // register is encoded later as part of the emit_operand operation.
1293 void emit_operand(Register reg, const Operand& adr) { function in struct:v8::internal::XMMRegister
    [all...]

Completed in 145 milliseconds