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

  /external/v8/src/x64/
assembler-x64.h 748 arithmetic_op_32(0x03, dst, src);
756 arithmetic_op_32(0x03, dst, src);
764 arithmetic_op_32(0x01, src, dst);
788 arithmetic_op_32(0x1b, dst, src);
838 arithmetic_op_32(0x3B, dst, src);
842 arithmetic_op_32(0x3B, dst, src);
846 arithmetic_op_32(0x39, src, dst);
902 arithmetic_op_32(0x23, dst, src);
906 arithmetic_op_32(0x23, dst, src);
964 arithmetic_op_32(0x0B, dst, src)
    [all...]
assembler-x64.cc 624 void Assembler::arithmetic_op_32(byte opcode, Register reg, Register rm_reg) { function in class:v8::internal::Assembler
640 void Assembler::arithmetic_op_32(byte opcode, function in class:v8::internal::Assembler
    [all...]

Completed in 45 milliseconds