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.cpp92 bool Code16GCC; member in __anonee973c6c0111::X86AsmParser
139 if (Code16GCC) in MatchInstruction()
144 if (Code16GCC) in MatchInstruction()
1278 Code16GCC(false) { in X86AsmParser()
1610 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1619 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3954 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4720 Code16GCC = false; in ParseDirectiveCode()
4730 Code16GCC = true; in ParseDirectiveCode()