Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1500 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1508 if (SETFOpc) { in X86SelectCmp()
1515 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1517 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2059 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2063 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2067 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2086 if (SETFOpc) { in X86FastEmitCMoveSelect()
2090 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2092 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]