Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dassembler-x87.cc362 emit_operand(esi, src); in push()
376 emit_operand(eax, dst); in pop()
398 emit_operand(dst, src); in mov_b()
405 emit_operand(eax, dst); in mov_b()
414 emit_operand(src, dst); in mov_b()
422 emit_operand(dst, src); in mov_w()
430 emit_operand(src, dst); in mov_w()
438 emit_operand(eax, dst); in mov_w()
468 emit_operand(dst, src); in mov()
482 emit_operand(eax, dst); in mov()
[all …]
Dassembler-x87.h1003 void emit_operand(Register reg, const Operand& adr);
/external/v8/src/ia32/
Dassembler-ia32.cc420 emit_operand(esi, src); in push()
434 emit_operand(eax, dst); in pop()
456 emit_operand(dst, src); in mov_b()
463 emit_operand(eax, dst); in mov_b()
472 emit_operand(src, dst); in mov_b()
480 emit_operand(dst, src); in mov_w()
488 emit_operand(src, dst); in mov_w()
496 emit_operand(eax, dst); in mov_w()
526 emit_operand(dst, src); in mov()
540 emit_operand(eax, dst); in mov()
[all …]
Dassembler-ia32.h1138 void emit_operand(Register reg, const Operand& adr);
/external/v8/src/x64/
Dassembler-x64.cc387 void Assembler::emit_operand(int code, const Operand& adr) { in emit_operand() function in v8::internal::Assembler
411 emit_operand(reg, op); in arithmetic_op()
459 emit_operand(reg, rm_reg); in arithmetic_op_16()
470 emit_operand(reg, op); in arithmetic_op_8()
524 emit_operand(subcode, dst); in immediate_arithmetic_op()
528 emit_operand(subcode, dst); in immediate_arithmetic_op()
563 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
567 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
580 emit_operand(subcode, dst); in immediate_arithmetic_op_8()
633 emit_operand(src, dst); in bt()
[all …]
Dassembler-x64.h1293 void emit_operand(Register reg, const Operand& adr) { in emit_operand() function
1294 emit_operand(reg.low_bits(), adr); in emit_operand()
1300 void emit_operand(int rm, const Operand& adr);