Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1490 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1498 if (SETFOpc) { in X86SelectCmp()
1505 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1507 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2049 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2053 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2057 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2076 if (SETFOpc) { in X86FastEmitCMoveSelect()
2080 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2082 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1006 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1011 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1014 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1036 if (SETFOpc) { in selectFCmp()
1045 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1047 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1049 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()