Home
last modified time | relevance | path

Searched refs:emit_operand (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/x87/
Dassembler-x87.cc360 emit_operand(esi, src); in push()
374 emit_operand(eax, dst); in pop()
396 emit_operand(dst, src); in mov_b()
403 emit_operand(eax, dst); in mov_b()
412 emit_operand(src, dst); in mov_b()
420 emit_operand(dst, src); in mov_w()
428 emit_operand(src, dst); in mov_w()
436 emit_operand(eax, dst); in mov_w()
466 emit_operand(dst, src); in mov()
480 emit_operand(eax, dst); in mov()
[all …]
Dassembler-x87.h974 void emit_operand(Register reg, const Operand& adr);
/external/chromium_org/v8/src/ia32/
Dassembler-ia32.cc418 emit_operand(esi, src); in push()
432 emit_operand(eax, dst); in pop()
454 emit_operand(dst, src); in mov_b()
461 emit_operand(eax, dst); in mov_b()
470 emit_operand(src, dst); in mov_b()
478 emit_operand(dst, src); in mov_w()
486 emit_operand(src, dst); in mov_w()
494 emit_operand(eax, dst); in mov_w()
524 emit_operand(dst, src); in mov()
538 emit_operand(eax, dst); in mov()
[all …]
Dassembler-ia32.h1112 void emit_operand(Register reg, const Operand& adr);
/external/chromium_org/v8/src/x64/
Dassembler-x64.cc395 void Assembler::emit_operand(int code, const Operand& adr) { in emit_operand() function in v8::internal::Assembler
419 emit_operand(reg, op); in arithmetic_op()
467 emit_operand(reg, rm_reg); in arithmetic_op_16()
478 emit_operand(reg, op); in arithmetic_op_8()
532 emit_operand(subcode, dst); in immediate_arithmetic_op()
536 emit_operand(subcode, dst); in immediate_arithmetic_op()
571 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
575 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
588 emit_operand(subcode, dst); in immediate_arithmetic_op_8()
641 emit_operand(src, dst); in bt()
[all …]
Dassembler-x64.h1288 void emit_operand(Register reg, const Operand& adr) { in emit_operand() function
1289 emit_operand(reg.low_bits(), adr); in emit_operand()
1295 void emit_operand(int rm, const Operand& adr);
/external/chromium_org/tools/traceline/traceline/
Dassembler.h345 void emit_operand(Register reg, Operand operand) { in emit_operand() function
380 emit(0xff); emit_operand(EDX, dst); in call()
444 emit(0x8d); emit_operand(dst, src); in lea()
466 emit(0x8b); emit_operand(dst, src); in mov()
487 emit(0x8f); emit_operand(EAX, dst); in pop()
494 emit(0xff); emit_operand(ESI, src); in push()
545 emit(0x0f); emit(0x01); emit_operand(ECX, Operand(ESP, 2)); in which_cpu()
568 emit(0x87); emit_operand(r1, oper); in xchg()