Searched refs:SETFOpcTable (Results 1 – 2 of 2) sorted by relevance
956 static const uint16_t SETFOpcTable[2][3] = { in selectFCmp() local964 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()967 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1491 static const uint16_t SETFOpcTable[2][3] = { in X86SelectCmp() local1498 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()1499 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()2050 static const uint16_t SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local2058 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()2062 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()