Searched refs:cmov (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h336 void cmov(Condition c, CpuRegister dst, CpuRegister src); // This is the 64b version.
337 void cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit);
H A Dassembler_x86_64.cc198 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
199 cmov(c, dst, src, true);
202 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc544 __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long);
968 __ cmov(kGreater, counter, start_index, false); // 32-bit copy is enough.
H A Dcode_generator_x86_64.cc2521 __ cmov(kGreaterEqual, tmp, numerator);
2537 __ cmov(kGreaterEqual, rdx, numerator);

Completed in 80 milliseconds