Searched refs:SETFOpcTable (Results 1 – 1 of 1) sorted by relevance
1238 static unsigned SETFOpcTable[2][3] = { in X86SelectCmp() local1245 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()1246 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()1761 static unsigned SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local1769 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()1773 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()