Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1198 bool is32BitMode() const { in is32BitMode() function in __anonac1ae4a00111::X86AsmParser
1219 if (is32BitMode()) return 32; in getPointerWidth()
1580 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1589 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3322 if (is32BitMode()) in ParseInstruction()
3926 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4459 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
4751 if (!is32BitMode()) { in ParseDirectiveCode()