Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1230 bool is32BitMode() const { in is32BitMode() function in __anonee973c6c0111::X86AsmParser
1251 if (is32BitMode()) return 32; in getPointerWidth()
1610 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1619 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3503 if (is32BitMode()) in ParseInstruction()
3954 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4451 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in matchAndEmitIntelInstruction()
4737 if (!is32BitMode()) { in ParseDirectiveCode()