Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dassembler-x64.h748 arithmetic_op_32(0x03, dst, src); in addl()
756 arithmetic_op_32(0x03, dst, src); in addl()
764 arithmetic_op_32(0x01, src, dst); in addl()
788 arithmetic_op_32(0x1b, dst, src); in sbbl()
838 arithmetic_op_32(0x3B, dst, src); in cmpl()
842 arithmetic_op_32(0x3B, dst, src); in cmpl()
846 arithmetic_op_32(0x39, src, dst); in cmpl()
902 arithmetic_op_32(0x23, dst, src); in andl()
906 arithmetic_op_32(0x23, dst, src); in andl()
964 arithmetic_op_32(0x0B, dst, src); in orl()
[all …]
Dassembler-x64.cc624 void Assembler::arithmetic_op_32(byte opcode, Register reg, Register rm_reg) { in arithmetic_op_32() function in v8::internal::Assembler
640 void Assembler::arithmetic_op_32(byte opcode, in arithmetic_op_32() function in v8::internal::Assembler