Searched refs:arithmetic_op_32 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/x64/
H A Dassembler-x64.h571 arithmetic_op_32(0x01, src, dst);
573 arithmetic_op_32(0x03, dst, src);
582 arithmetic_op_32(0x03, dst, src);
652 arithmetic_op_32(0x3B, dst, src);
656 arithmetic_op_32(0x3B, dst, src);
660 arithmetic_op_32(0x39, src, dst);
716 arithmetic_op_32(0x23, dst, src);
769 arithmetic_op_32(0x0B, dst, src);
897 arithmetic_op_32(0x2B, dst, src);
901 arithmetic_op_32(
[all...]
H A Dassembler-x64.cc487 void Assembler::arithmetic_op_32(byte opcode, Register reg, Register rm_reg) { function in class:v8::internal::Assembler
496 void Assembler::arithmetic_op_32(byte opcode, function in class:v8::internal::Assembler

Completed in 42 milliseconds