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