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

  /external/chromium_org/v8/test/cctest/
test-disasm-x64.cc 399 __ cmovq(overflow, rax, Operand(rax, 0));
400 __ cmovq(no_overflow, rax, Operand(rax, 1));
401 __ cmovq(below, rax, Operand(rax, 2));
402 __ cmovq(above_equal, rax, Operand(rax, 3));
403 __ cmovq(equal, rax, Operand(rbx, 0));
404 __ cmovq(not_equal, rax, Operand(rbx, 1));
405 __ cmovq(below_equal, rax, Operand(rbx, 2));
406 __ cmovq(above, rax, Operand(rbx, 3));
407 __ cmovq(sign, rax, Operand(rcx, 0));
408 __ cmovq(not_sign, rax, Operand(rcx, 1))
    [all...]
test-macro-assembler-x64.cc 113 __ cmovq(not_equal, rax, rdx);
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 749 void cmovq(Condition cc, Register dst, Register src);
750 void cmovq(Condition cc, Register dst, const Operand& src);
    [all...]
assembler-x64.cc 751 void Assembler::cmovq(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler
769 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 124 milliseconds