Searched refs:Is16BitMode (Results 1 – 2 of 2) sorted by relevance
212 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcodeBranch() argument218 return (Is16BitMode) ? X86::JCC_2 : X86::JCC_4; in getRelaxedOpcodeBranch()220 return (Is16BitMode) ? X86::JMP_2 : X86::JMP_4; in getRelaxedOpcodeBranch()229 static unsigned getRelaxedOpcode(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcode() argument233 return getRelaxedOpcodeBranch(Inst, Is16BitMode); in getRelaxedOpcode()758 bool Is16BitMode = STI.getFeatureBits()[X86::Is16Bit]; in relaxInstruction() local759 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()777 bool Is16BitMode = STI.getFeatureBits()[X86::Is16Bit]; in isFullyRelaxed() local778 return getRelaxedOpcode(Inst, Is16BitMode) == Inst.getOpcode(); in isFullyRelaxed()
118 bool Is16BitMode = STI.hasFeature(X86::Is16Bit); in needsAddressSizeOverride() local121 if ((Is16BitMode && AdSize == X86II::AdSize32) || in needsAddressSizeOverride()