Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp93 bool Code16GCC; member in __anonee973c6c0111::X86AsmParser
144 if (Code16GCC) in MatchInstruction()
149 if (Code16GCC) in MatchInstruction()
1300 Code16GCC(false) { in X86AsmParser()
1632 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1642 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
4048 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4817 Code16GCC = false; in ParseDirectiveCode()
4827 Code16GCC = true; in ParseDirectiveCode()