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 322 emit_operand(esi, src);
336 emit_operand(eax, dst);
358 emit_operand(dst, src);
365 emit_operand(eax, dst);
373 emit_operand(eax, dst);
382 emit_operand(src, dst);
390 emit_operand(dst, src);
398 emit_operand(src, dst);
406 emit_operand(eax, dst);
416 emit_operand(eax, dst)
2010 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-x87.h 379 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 460 emit_operand(esi, src);
474 emit_operand(eax, dst);
496 emit_operand(dst, src);
503 emit_operand(eax, dst);
512 emit_operand(src, dst);
520 emit_operand(dst, src);
528 emit_operand(src, dst);
536 emit_operand(eax, dst);
566 emit_operand(dst, src);
580 emit_operand(eax, dst)
2842 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 382 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 429 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
471 emit_operand(reg, op);
519 emit_operand(reg, rm_reg);
530 emit_operand(reg, op);
584 emit_operand(subcode, dst);
588 emit_operand(subcode, dst);
623 emit_operand(subcode, dst);
627 emit_operand(subcode, dst);
640 emit_operand(subcode, dst);
688 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 402 // register is encoded later as part of the emit_operand operation.
    [all...]

Completed in 264 milliseconds