Searched refs:arithmetic_op_8 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | assembler-x64.h | 761 arithmetic_op_8(0x3A, dst, src); in cmpb() 765 arithmetic_op_8(0x3A, dst, src); in cmpb() 769 arithmetic_op_8(0x38, src, dst); in cmpb() 1328 void arithmetic_op_8(byte opcode, Register reg, Register rm_reg); 1329 void arithmetic_op_8(byte opcode, Register reg, const Operand& rm_reg);
|
D | assembler-x64.cc | 463 void Assembler::arithmetic_op_8(byte opcode, Register reg, const Operand& op) { in arithmetic_op_8() function in v8::internal::Assembler 474 void Assembler::arithmetic_op_8(byte opcode, Register reg, Register rm_reg) { in arithmetic_op_8() function in v8::internal::Assembler
|