Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp87 bool Code16GCC; member in __anonbe06ec630111::X86AsmParser
127 if (Code16GCC) in MatchInstruction()
132 if (Code16GCC) in MatchInstruction()
1263 Code16GCC(false) { in X86AsmParser()
1598 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1607 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3961 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4741 Code16GCC = false; in ParseDirectiveCode()
4751 Code16GCC = true; in ParseDirectiveCode()