Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp935 unsigned OpCmp; in selectCmp() local
942 OpCmp = X86::CMP8rr; in selectCmp()
945 OpCmp = X86::CMP16rr; in selectCmp()
948 OpCmp = X86::CMP32rr; in selectCmp()
951 OpCmp = X86::CMP64rr; in selectCmp()
956 *BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(OpCmp)) in selectCmp()