Lines Matching refs:is16BitMode
1202 bool is16BitMode() const { in is16BitMode() function in __anona5c84dc30111::X86AsmParser
1218 if (is16BitMode()) return 16; in getPointerWidth()
3312 if (PatchedName == "data16" && is16BitMode()) { in ParseInstruction()
3424 if (Name != "mov" && Name[3] == (is16BitMode() ? 'l' : 'w')) { in ParseInstruction()
3425 Name = is16BitMode() ? "movw" : "movl"; in ParseInstruction()
3430 getX86SubSuperRegisterOrZero(Op1.getReg(), is16BitMode() ? 16 : 32); in ParseInstruction()
3570 Inst.setOpcode(is16BitMode() ? X86::JMP_2 : X86::JMP_4); in processInstruction()
3580 Inst.setOpcode(is16BitMode() ? X86::JCC_2 : X86::JCC_4); in processInstruction()
4453 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
4731 if (!is16BitMode()) { in ParseDirectiveCode()
4739 if (!is16BitMode()) { in ParseDirectiveCode()