Searched refs:SETFOpc (Results 1 – 2 of 2) sorted by relevance
959 const uint16_t *SETFOpc = nullptr; in selectFCmp() local964 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()967 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()989 if (SETFOpc) { in selectFCmp()998 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()1000 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()1002 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
1495 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local1503 if (SETFOpc) { in X86SelectCmp()1510 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()1512 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()2054 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local2058 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()2062 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()2081 if (SETFOpc) { in X86FastEmitCMoveSelect()2085 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()2087 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()[all …]