Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc543 emit_operand(esi, src); in push()
555 emit_operand(eax, dst); in pop()
567 emit_operand(dst, src); in mov_b()
573 emit_operand(eax, dst); in mov_b()
581 emit_operand(src, dst); in mov_b()
588 emit_operand(dst, src); in mov_w()
595 emit_operand(src, dst); in mov_w()
602 emit_operand(eax, dst); in mov_w()
628 emit_operand(dst, src); in mov()
640 emit_operand(ea in mov()
3353 void Assembler::emit_operand(Register reg, Operand adr) { emit_operand() function in v8::internal::Assembler
3357 void Assembler::emit_operand(XMMRegister reg, Operand adr) { emit_operand() function in v8::internal::Assembler
3362 void Assembler::emit_operand(int code, Operand adr) { emit_operand() function in v8::internal::Assembler
[all...]
H A Dassembler-ia32.h280 // register is encoded later as part of the emit_operand operation.
1714 void emit_operand(int code, Operand adr);
1715 void emit_operand(Register reg, Operand adr);
1716 void emit_operand(XMMRegister reg, Operand adr);
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc598 void Assembler::emit_operand(int code, Operand adr) { in emit_operand() function in v8::internal::Assembler
638 emit_operand(reg, op); in arithmetic_op()
679 emit_operand(reg, rm_reg); in arithmetic_op_16()
690 emit_operand(reg, op); in arithmetic_op_8()
738 emit_operand(subcode, dst); in immediate_arithmetic_op()
742 emit_operand(subcode, dst); in immediate_arithmetic_op()
773 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
777 emit_operand(subcode, dst); in immediate_arithmetic_op_16()
788 emit_operand(subcode, dst); in immediate_arithmetic_op_8()
830 emit_operand(subcod in shift()
[all...]
H A Dassembler-x64.h2246 void emit_operand(Register reg, Operand adr) { in emit_operand() function in v8::internal::Assembler
2247 emit_operand(reg.low_bits(), adr); in emit_operand()
2253 void emit_operand(int rm, Operand adr);

Completed in 19 milliseconds