Searched refs:emit_operand (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 532 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 …]
|
D | assembler-ia32.h | 1800 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/ |
D | assembler-x64.cc | 659 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 …]
|
D | assembler-x64.h | 2127 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);
|