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 348 emit_operand(esi, src);
362 emit_operand(eax, dst);
384 emit_operand(dst, src);
391 emit_operand(eax, dst);
399 emit_operand(eax, dst);
408 emit_operand(src, dst);
416 emit_operand(dst, src);
424 emit_operand(src, dst);
432 emit_operand(eax, dst);
442 emit_operand(eax, dst)
2135 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-x87.h 389 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 486 emit_operand(esi, src);
500 emit_operand(eax, dst);
522 emit_operand(dst, src);
529 emit_operand(eax, dst);
538 emit_operand(src, dst);
546 emit_operand(dst, src);
554 emit_operand(src, dst);
562 emit_operand(eax, dst);
592 emit_operand(dst, src);
606 emit_operand(eax, dst)
2976 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
assembler-ia32.h 392 // register is encoded later as part of the emit_operand operation.
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 458 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
500 emit_operand(reg, op);
548 emit_operand(reg, rm_reg);
560 emit_operand(reg, op);
614 emit_operand(subcode, dst);
621 emit_operand(subcode, dst);
656 emit_operand(subcode, dst);
660 emit_operand(subcode, dst);
673 emit_operand(subcode, dst);
721 emit_operand(subcode, dst)
    [all...]
assembler-x64.h 406 // register is encoded later as part of the emit_operand operation.
    [all...]

Completed in 1269 milliseconds