Searched refs:Is16BitMode (Results 1 – 1 of 1) sorted by relevance
216 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcodeBranch() argument222 return (Is16BitMode) ? X86::JCC_2 : X86::JCC_4; in getRelaxedOpcodeBranch()224 return (Is16BitMode) ? X86::JMP_2 : X86::JMP_4; in getRelaxedOpcodeBranch()313 static unsigned getRelaxedOpcode(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcode() argument317 return getRelaxedOpcodeBranch(Inst, Is16BitMode); in getRelaxedOpcode()842 bool Is16BitMode = STI.getFeatureBits()[X86::Mode16Bit]; in relaxInstruction() local843 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()861 bool Is16BitMode = STI.getFeatureBits()[X86::Mode16Bit]; in isFullyRelaxed() local862 return getRelaxedOpcode(Inst, Is16BitMode) == Inst.getOpcode(); in isFullyRelaxed()