Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp87 bool Code16GCC; member in __anonad53f99c0111::X86AsmParser
127 if (Code16GCC) in MatchInstruction()
132 if (Code16GCC) in MatchInstruction()
1263 Code16GCC(false) { in X86AsmParser()
1597 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1606 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3954 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4734 Code16GCC = false; in ParseDirectiveCode()
4744 Code16GCC = true; in ParseDirectiveCode()