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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp954 unsigned OpCmp; local
961 OpCmp = X86::CMP8rr;
964 OpCmp = X86::CMP16rr;
967 OpCmp = X86::CMP32rr;
970 OpCmp = X86::CMP64rr;
975 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp))
1016 unsigned OpCmp; local
1022 OpCmp = X86::UCOMISSrr;
1025 OpCmp = X86::UCOMISDrr;
1035 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp))
[all...]

Completed in 92 milliseconds