Searched refs:SETFOpcTable (Results 1 – 3 of 3) sorted by relevance
1488 static const uint16_t SETFOpcTable[2][3] = { in X86SelectCmp() local1495 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()1496 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()2052 static const uint16_t SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local2060 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()2064 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
1065 static const uint16_t SETFOpcTable[2][3] = { in selectFCmp() local1073 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()1076 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()