Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp86 bool Code16GCC; member in __anon301d74170111::X86AsmParser
126 if (Code16GCC) in MatchInstruction()
131 if (Code16GCC) in MatchInstruction()
1246 Code16GCC(false) { in X86AsmParser()
1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3925 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4733 Code16GCC = false; in ParseDirectiveCode()
4743 Code16GCC = true; in ParseDirectiveCode()