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