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.h735 arithmetic_op_32(0x03, dst, src); in addl()
743 arithmetic_op_32(0x03, dst, src); in addl()
771 arithmetic_op_32(0x1b, dst, src); in sbbl()
821 arithmetic_op_32(0x3B, dst, src); in cmpl()
825 arithmetic_op_32(0x3B, dst, src); in cmpl()
829 arithmetic_op_32(0x39, src, dst); in cmpl()
885 arithmetic_op_32(0x23, dst, src); in andl()
889 arithmetic_op_32(0x23, dst, src); in andl()
947 arithmetic_op_32(0x0B, dst, src); in orl()
955 arithmetic_op_32(0x0B, dst, src); in orl()
[all …]
Dassembler-x64.cc620 void Assembler::arithmetic_op_32(byte opcode, Register reg, Register rm_reg) { in arithmetic_op_32() function in v8::internal::Assembler
636 void Assembler::arithmetic_op_32(byte opcode, in arithmetic_op_32() function in v8::internal::Assembler