Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dassembler-ia32.cc532 emit_operand(esi, src); in push()
545 emit_operand(eax, dst); in pop()
566 emit_operand(dst, src); in mov_b()
572 emit_operand(eax, dst); in mov_b()
580 emit_operand(src, dst); in mov_b()
587 emit_operand(dst, src); in mov_w()
594 emit_operand(src, dst); in mov_w()
601 emit_operand(eax, dst); in mov_w()
629 emit_operand(dst, src); in mov()
642 emit_operand(eax, dst); in mov()
[all …]
Dassembler-ia32.h1800 void emit_operand(int code, Operand adr);
1801 void emit_operand(Register reg, Operand adr);
1802 void emit_operand(XMMRegister reg, Operand adr);
/external/v8/src/x64/
Dassembler-x64.cc659 void Assembler::emit_operand(int code, Operand adr) { in emit_operand() function in v8::internal::Assembler
699 emit_operand(reg, op); in arithmetic_op()
744 emit_operand(reg, rm_reg); in arithmetic_op_16()
755 emit_operand(reg, op); in arithmetic_op_8()
807 emit_operand(subcode, dst); in immediate_arithmetic_op()
811 emit_operand(subcode, dst); in immediate_arithmetic_op()
844 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
848 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
859 emit_operand(subcode, dst); in immediate_arithmetic_op_8()
907 emit_operand(subcode, dst); in shift()
[all …]
Dassembler-x64.h2127 void emit_operand(Register reg, Operand adr) { in emit_operand() function
2128 emit_operand(reg.low_bits(), adr); in emit_operand()
2134 void emit_operand(int rm, Operand adr);