Searched refs:Is16BitMode (Results 1 – 2 of 2) sorted by relevance
210 bool Is16BitMode = false) { in getRelaxedOpcodeBranch() argument215 return (Is16BitMode) ? X86::JCC_2 : X86::JCC_4; in getRelaxedOpcodeBranch()217 return (Is16BitMode) ? X86::JMP_2 : X86::JMP_4; in getRelaxedOpcodeBranch()221 static unsigned getRelaxedOpcode(const MCInst &MI, bool Is16BitMode) { in getRelaxedOpcode() argument223 return isRelaxableBranch(Opcode) ? getRelaxedOpcodeBranch(Opcode, Is16BitMode) in getRelaxedOpcode()782 bool Is16BitMode = STI.hasFeature(X86::Is16Bit); in relaxInstruction() local783 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()
119 bool Is16BitMode = STI.hasFeature(X86::Is16Bit); in needsAddressSizeOverride() local122 if ((Is16BitMode && AdSize == X86II::AdSize32) || in needsAddressSizeOverride()