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.cpp1252 bool is32BitMode() const { in is32BitMode() function in __anonee973c6c0111::X86AsmParser
1273 if (is32BitMode()) return 32; in getPointerWidth()
1632 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1642 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
3530 if (is32BitMode()) in parseInstruction()
4048 bool Parse32 = is32BitMode() || Code16GCC; in applyLVICFIMitigation()
4548 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in matchAndEmitIntelInstruction()
4834 if (!is32BitMode()) { in ParseDirectiveCode()