Searched refs:cmovq (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/cctest/
H A Dtest-disasm-x64.cc376 __ cmovq(overflow, rax, Operand(rax, 0));
377 __ cmovq(no_overflow, rax, Operand(rax, 1));
378 __ cmovq(below, rax, Operand(rax, 2));
379 __ cmovq(above_equal, rax, Operand(rax, 3));
380 __ cmovq(equal, rax, Operand(rbx, 0));
381 __ cmovq(not_equal, rax, Operand(rbx, 1));
382 __ cmovq(below_equal, rax, Operand(rbx, 2));
383 __ cmovq(above, rax, Operand(rbx, 3));
384 __ cmovq(sign, rax, Operand(rcx, 0));
385 __ cmovq(not_sig
[all...]
H A Dtest-macro-assembler-x64.cc110 __ cmovq(not_equal, rax, rdx);
/external/v8/src/x64/
H A Dassembler-x64.h738 void cmovq(Condition cc, Register dst, Register src);
739 void cmovq(Condition cc, Register dst, const Operand& src);
H A Dassembler-x64.cc939 void Assembler::cmovq(Condition cc, Register dst, Register src) { function in class:v8::internal::Assembler
957 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { function in class:v8::internal::Assembler
H A Dstub-cache-x64.cc3028 __ cmovq(above, rbx, Operand(rcx, arg_number * -kPointerSize));

Completed in 217 milliseconds