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

  /external/v8/test/cctest/
test-disasm-x64.cc 467 __ cmovq(overflow, rax, Operand(rax, 0));
468 __ cmovq(no_overflow, rax, Operand(rax, 1));
469 __ cmovq(below, rax, Operand(rax, 2));
470 __ cmovq(above_equal, rax, Operand(rax, 3));
471 __ cmovq(equal, rax, Operand(rbx, 0));
472 __ cmovq(not_equal, rax, Operand(rbx, 1));
473 __ cmovq(below_equal, rax, Operand(rbx, 2));
474 __ cmovq(above, rax, Operand(rbx, 3));
475 __ cmovq(sign, rax, Operand(rcx, 0));
476 __ cmovq(not_sign, rax, Operand(rcx, 1))
    [all...]
  /external/v8/src/x64/
assembler-x64.h 730 void cmovq(Condition cc, Register dst, Register src);
731 void cmovq(Condition cc, Register dst, const Operand& src);
    [all...]
assembler-x64.cc 927 void Assembler::cmovq(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler
945 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 373 milliseconds