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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp937 void cmovq(Condition cc, Register dst, Register src);
938 void cmovq(Condition cc, Register dst, Address src);
2765 void cmovptr(Condition cc, Register dst, Address src) { LP64_ONLY(cmovq(cc, dst, src)) NOT_LP64(cmov32(cc, dst, src)); }
2766 void cmovptr(Condition cc, Register dst, Register src) { LP64_ONLY(cmovq(cc, dst, src)) NOT_LP64(cmov32(cc, dst, src)); }
H A DstubGenerator_x86_64.cpp918 __ cmovq(Assembler::positive, c_rarg2, rax);
H A Dassembler_x86.cpp4808 void Assembler::cmovq(Condition cc, Register dst, Register src) { function in class:Assembler
4815 void Assembler::cmovq(Condition cc, Register dst, Address src) { function in class:Assembler
10329 cmovq(Assembler::equal, r, r12_heapbase);

Completed in 146 milliseconds