Home
last modified time | relevance | path

Searched refs:cmovq (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/
Dtest-disasm-x64.cc466 __ cmovq(overflow, rax, Operand(rax, 0)); in TEST() local
467 __ cmovq(no_overflow, rax, Operand(rax, 1)); in TEST() local
468 __ cmovq(below, rax, Operand(rax, 2)); in TEST() local
469 __ cmovq(above_equal, rax, Operand(rax, 3)); in TEST() local
470 __ cmovq(equal, rax, Operand(rbx, 0)); in TEST() local
471 __ cmovq(not_equal, rax, Operand(rbx, 1)); in TEST() local
472 __ cmovq(below_equal, rax, Operand(rbx, 2)); in TEST() local
473 __ cmovq(above, rax, Operand(rbx, 3)); in TEST() local
474 __ cmovq(sign, rax, Operand(rcx, 0)); in TEST() local
475 __ cmovq(not_sign, rax, Operand(rcx, 1)); in TEST() local
[all …]
/external/v8/src/x64/
Dassembler-x64.h725 void cmovq(Condition cc, Register dst, Register src);
726 void cmovq(Condition cc, Register dst, const Operand& src);
Dassembler-x64.cc900 void Assembler::cmovq(Condition cc, Register dst, Register src) { in cmovq() function in v8::internal::Assembler
918 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { in cmovq() function in v8::internal::Assembler