Searched refs:arithmetic_op (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.h | 1327 void arithmetic_op(byte opcode, Register reg, Register rm_reg, int size); 1328 void arithmetic_op(byte opcode, 1372 arithmetic_op(0x03, dst, src, size); in emit_add() 1380 arithmetic_op(0x03, dst, src, size); in emit_add() 1384 arithmetic_op(0x1, src, dst, size); in emit_add() 1392 arithmetic_op(0x23, dst, src, size); in emit_and() 1396 arithmetic_op(0x23, dst, src, size); in emit_and() 1400 arithmetic_op(0x21, src, dst, size); in emit_and() 1412 arithmetic_op(0x3B, dst, src, size); in emit_cmp() 1416 arithmetic_op(0x3B, dst, src, size); in emit_cmp() [all …]
|
D | assembler-x64.cc | 412 void Assembler::arithmetic_op(byte opcode, in arithmetic_op() function in v8::internal::Assembler 423 void Assembler::arithmetic_op(byte opcode, in arithmetic_op() function in v8::internal::Assembler
|
/external/valgrind/main/none/tests/mips64/ |
D | arithmetic_instruction.c | 16 } arithmetic_op; typedef 20 arithmetic_op op; in main()
|