/external/v8/src/x64/ |
assembler-x64.h | 748 arithmetic_op_32(0x03, dst, src); 756 arithmetic_op_32(0x03, dst, src); 764 arithmetic_op_32(0x01, src, dst); 788 arithmetic_op_32(0x1b, dst, src); 838 arithmetic_op_32(0x3B, dst, src); 842 arithmetic_op_32(0x3B, dst, src); 846 arithmetic_op_32(0x39, src, dst); 902 arithmetic_op_32(0x23, dst, src); 906 arithmetic_op_32(0x23, dst, src); 964 arithmetic_op_32(0x0B, dst, src) [all...] |
assembler-x64.cc | 624 void Assembler::arithmetic_op_32(byte opcode, Register reg, Register rm_reg) { function in class:v8::internal::Assembler 640 void Assembler::arithmetic_op_32(byte opcode, function in class:v8::internal::Assembler [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 764 arithmetic_op_32(0x03, dst, src); 772 arithmetic_op_32(0x03, dst, src); 780 arithmetic_op_32(0x01, src, dst); 804 arithmetic_op_32(0x1b, dst, src); 854 arithmetic_op_32(0x3B, dst, src); 858 arithmetic_op_32(0x3B, dst, src); 862 arithmetic_op_32(0x39, src, dst); 918 arithmetic_op_32(0x23, dst, src); 922 arithmetic_op_32(0x23, dst, src); 980 arithmetic_op_32(0x0B, dst, src) [all...] |
assembler-x64.cc | 522 void Assembler::arithmetic_op_32(byte opcode, Register reg, Register rm_reg) { function in class:v8::internal::Assembler 538 void Assembler::arithmetic_op_32(byte opcode, function in class:v8::internal::Assembler [all...] |