Searched refs:SETFOpcTable (Results 1 – 2 of 2) sorted by relevance
1486 static const uint16_t SETFOpcTable[2][3] = { in X86SelectCmp() local1493 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()1494 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()2045 static const uint16_t SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local2053 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()2057 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
1003 static const uint16_t SETFOpcTable[2][3] = { in selectFCmp() local1011 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()1014 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()