Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1226 bool is16BitMode() const { in is16BitMode() function in __anonb23049e20111::X86AsmParser
1242 if (is16BitMode()) return 16; in getPointerWidth()
3427 if (PatchedName == "data16" && is16BitMode()) { in ParseInstruction()
3539 if (Name != "mov" && Name[3] == (is16BitMode() ? 'l' : 'w')) { in ParseInstruction()
3540 Name = is16BitMode() ? "movw" : "movl"; in ParseInstruction()
3545 getX86SubSuperRegister(Op1.getReg(), is16BitMode() ? 16 : 32); in ParseInstruction()
3690 Inst.setOpcode(is16BitMode() ? X86::JMP_2 : X86::JMP_4); in processInstruction()
3700 Inst.setOpcode(is16BitMode() ? X86::JCC_2 : X86::JCC_4); in processInstruction()
4365 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
4637 if (!is16BitMode()) { in ParseDirectiveCode()
[all …]