Searched refs:AllModes (Results 1 – 2 of 2) sorted by relevance
774 FeatureBitset AllModes({X86::Mode64Bit, X86::Mode32Bit, X86::Mode16Bit}); in SwitchMode() local775 FeatureBitset OldMode = STI.getFeatureBits() & AllModes; in SwitchMode()780 assert(FeatureBitset({mode}) == (STI.getFeatureBits() & AllModes)); in SwitchMode()
911 FeatureBitset AllModes({X86::Mode64Bit, X86::Mode32Bit, X86::Mode16Bit}); in SwitchMode() local912 FeatureBitset OldMode = STI.getFeatureBits() & AllModes; in SwitchMode()917 assert(FeatureBitset({mode}) == (STI.getFeatureBits() & AllModes)); in SwitchMode()