Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1198 bool is32BitMode() const { in is32BitMode() function in __anon301d74170111::X86AsmParser
1219 if (is32BitMode()) return 32; in getPointerWidth()
1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3321 if (is32BitMode()) in ParseInstruction()
3925 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4458 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
4750 if (!is32BitMode()) { in ParseDirectiveCode()