Searched defs:cmovq (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 376 __ cmovq(overflow, rax, Operand(rax, 0)); in TEST() local 377 __ cmovq(no_overflow, rax, Operand(rax, 1)); in TEST() local 378 __ cmovq(below, rax, Operand(rax, 2)); in TEST() local 379 __ cmovq(above_equal, rax, Operand(rax, 3)); in TEST() local 380 __ cmovq(equal, rax, Operand(rbx, 0)); in TEST() local 381 __ cmovq(not_equal, rax, Operand(rbx, 1)); in TEST() local 382 __ cmovq(below_equal, rax, Operand(rbx, 2)); in TEST() local 383 __ cmovq(above, rax, Operand(rbx, 3)); in TEST() local 384 __ cmovq(sign, rax, Operand(rcx, 0)); in TEST() local 385 __ cmovq(not_sign, rax, Operand(rcx, 1)); in TEST() local [all …]
|
D | test-macro-assembler-x64.cc | 110 __ cmovq(not_equal, rax, rdx); in ExitCode() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 939 void Assembler::cmovq(Condition cc, Register dst, Register src) { in cmovq() function in v8::internal::Assembler 957 void Assembler::cmovq(Condition cc, Register dst, const Operand& src) { in cmovq() function in v8::internal::Assembler
|
D | stub-cache-x64.cc | 3028 __ cmovq(above, rbx, Operand(rcx, arg_number * -kPointerSize)); in CompileConstructStub() local
|