Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1215 bool is32BitMode() const { in is32BitMode() function in __anonbe06ec630111::X86AsmParser
1236 if (is32BitMode()) return 32; in getPointerWidth()
1598 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1607 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3390 if (is32BitMode()) in ParseInstruction()
3961 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4472 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
4758 if (!is32BitMode()) { in ParseDirectiveCode()