Searched refs:emit_operand (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 545 emit_operand(esi, src); in push() 559 emit_operand(eax, dst); in pop() 581 emit_operand(dst, src); in mov_b() 588 emit_operand(eax, dst); in mov_b() 597 emit_operand(src, dst); in mov_b() 605 emit_operand(dst, src); in mov_w() 613 emit_operand(src, dst); in mov_w() 641 emit_operand(dst, src); in mov() 655 emit_operand(eax, dst); in mov() 663 emit_operand(eax, dst); in mov() [all …]
|
D | assembler-ia32.h | 1152 void emit_operand(Register reg, const Operand& adr);
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 554 void Assembler::emit_operand(int code, const Operand& adr) { in emit_operand() function in v8::internal::Assembler 575 emit_operand(reg, op); in arithmetic_op() 620 emit_operand(reg, rm_reg); in arithmetic_op_16() 646 emit_operand(reg, rm_reg); in arithmetic_op_32() 676 emit_operand(subcode, dst); in immediate_arithmetic_op() 680 emit_operand(subcode, dst); in immediate_arithmetic_op() 715 emit_operand(subcode, dst); in immediate_arithmetic_op_16() 719 emit_operand(subcode, dst); in immediate_arithmetic_op_16() 752 emit_operand(subcode, dst); in immediate_arithmetic_op_32() 756 emit_operand(subcode, dst); in immediate_arithmetic_op_32() [all …]
|
D | assembler-x64.h | 1544 void emit_operand(Register reg, const Operand& adr) { in emit_operand() function 1545 emit_operand(reg.low_bits(), adr); in emit_operand() 1551 void emit_operand(int rm, const Operand& adr);
|