Searched refs:Is16Bit (Results 1 – 11 of 11) sorted by relevance
757 bool Is16BitMode = STI.getFeatureBits()[X86::Is16Bit]; in relaxInstruction()776 bool Is16BitMode = STI.getFeatureBits()[X86::Is16Bit]; in isFullyRelaxed()1000 if (STI.hasFeature(X86::Is16Bit)) in getMaximumNopSize()
91 if (STI.hasFeature(X86::Is16Bit) && Base.isReg() && Base.getReg() == 0 && in is16BitMemOperand()119 bool Is16BitMode = STI.hasFeature(X86::Is16Bit); in needsAddressSizeOverride()163 assert(STI.hasFeature(X86::Is16Bit)); in needsAddressSizeOverride()
397 if (STI.hasFeature(X86::Is16Bit) || STI.hasFeature(X86::Is64Bit)) in printInstFlags()
47 STI.getFeatureBits()[X86::Is16Bit]) { in printInst()
68 STI.getFeatureBits()[X86::Is16Bit]) { in printInst()
1272 (STI.hasFeature(X86::Is16Bit) ? X86II::OpSize32 : X86II::OpSize16)) in emitOpcodePrefix()
133 SwitchMode(X86::Is16Bit); in MatchInstruction()1221 return getSTI().getFeatureBits()[X86::Is16Bit]; in is16BitMode()1225 FeatureBitset AllModes({X86::Is64Bit, X86::Is32Bit, X86::Is16Bit}); in SwitchMode()4181 SwitchMode(X86::Is16Bit); in MatchAndEmitATTInstruction()4745 SwitchMode(X86::Is16Bit); in ParseDirectiveCode()4753 SwitchMode(X86::Is16Bit); in ParseDirectiveCode()
26 def Is16Bit : SubtargetFeature<"16bit-mode", "Is16Bit", "true",
1017 AssemblerPredicate<(all_of Is16Bit), "16-bit mode">;1019 AssemblerPredicate<(all_of (not Is16Bit)), "Not 16-bit mode">;
1721 if (FB[X86::Is16Bit]) { in X86GenericDisassembler()
3058 bool Is16Bit = getOpSize(UseMI, 0) == 2; in FoldImmediate() local3072 if (Is16Bit) { in FoldImmediate()