Searched refs:arithmetic_op_16 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | assembler-x64.h | 785 arithmetic_op_16(0x3B, dst, src); in cmpw() 789 arithmetic_op_16(0x3B, dst, src); in cmpw() 793 arithmetic_op_16(0x39, src, dst); in cmpw() 1330 void arithmetic_op_16(byte opcode, Register reg, Register rm_reg); 1331 void arithmetic_op_16(byte opcode, Register reg, const Operand& rm_reg);
|
D | assembler-x64.cc | 434 void Assembler::arithmetic_op_16(byte opcode, Register reg, Register rm_reg) { in arithmetic_op_16() function in v8::internal::Assembler 452 void Assembler::arithmetic_op_16(byte opcode, in arithmetic_op_16() function in v8::internal::Assembler
|