Searched refs:arithmetic_op_32 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | assembler-x64.h | 735 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 …]
|
D | assembler-x64.cc | 620 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
|