HomeSort by relevance Sort by last modified time
    Searched refs:arithmetic_op (Results 1 - 2 of 2) sorted by null

  /external/v8/src/x64/
assembler-x64.h 768 arithmetic_op(0x03, dst, src);
772 arithmetic_op(0x03, dst, src);
776 arithmetic_op(0x01, src, dst);
792 arithmetic_op(0x1b, dst, src);
802 arithmetic_op(0x3A, dst, src);
806 arithmetic_op(0x3A, dst, src);
810 arithmetic_op(0x38, src, dst);
858 arithmetic_op(0x3B, dst, src);
862 arithmetic_op(0x3B, dst, src);
866 arithmetic_op(0x39, src, dst)
    [all...]
assembler-x64.cc 571 void Assembler::arithmetic_op(byte opcode, Register reg, const Operand& op) { function in class:v8::internal::Assembler
579 void Assembler::arithmetic_op(byte opcode, Register reg, Register rm_reg) { function in class:v8::internal::Assembler
    [all...]

Completed in 175 milliseconds