Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dassembler-x64.h2168 void arithmetic_op(byte opcode, Register reg, Register rm_reg, int size);
2169 void arithmetic_op(byte opcode, Register reg, Operand rm_reg, int size);
2206 arithmetic_op(0x03, dst, src, size); in emit_add()
2214 arithmetic_op(0x03, dst, src, size); in emit_add()
2218 arithmetic_op(0x1, src, dst, size); in emit_add()
2226 arithmetic_op(0x23, dst, src, size); in emit_and()
2230 arithmetic_op(0x23, dst, src, size); in emit_and()
2234 arithmetic_op(0x21, src, dst, size); in emit_and()
2246 arithmetic_op(0x3B, dst, src, size); in emit_cmp()
2250 arithmetic_op(0x3B, dst, src, size); in emit_cmp()
[all …]
Dassembler-x64.cc695 void Assembler::arithmetic_op(byte opcode, Register reg, Operand op, int size) { in arithmetic_op() function in v8::internal::Assembler
703 void Assembler::arithmetic_op(byte opcode, in arithmetic_op() function in v8::internal::Assembler