Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp774 FeatureBitset AllModes({X86::Mode64Bit, X86::Mode32Bit, X86::Mode16Bit}); in SwitchMode() local
775 FeatureBitset OldMode = STI.getFeatureBits() & AllModes; in SwitchMode()
780 assert(FeatureBitset({mode}) == (STI.getFeatureBits() & AllModes)); in SwitchMode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp911 FeatureBitset AllModes({X86::Mode64Bit, X86::Mode32Bit, X86::Mode16Bit}); in SwitchMode() local
912 FeatureBitset OldMode = STI.getFeatureBits() & AllModes; in SwitchMode()
917 assert(FeatureBitset({mode}) == (STI.getFeatureBits() & AllModes)); in SwitchMode()