Home
last modified time | relevance | path

Searched refs:AllModes (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1208 FeatureBitset AllModes({X86::Mode64Bit, X86::Mode32Bit, X86::Mode16Bit}); in SwitchMode() local
1209 FeatureBitset OldMode = STI.getFeatureBits() & AllModes; in SwitchMode()
1214 assert(FeatureBitset({mode}) == (STI.getFeatureBits() & AllModes)); in SwitchMode()