Home
last modified time | relevance | path

Searched refs:Is16BitMode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp212 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcodeBranch() argument
218 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() argument
233 return getRelaxedOpcodeBranch(Inst, Is16BitMode); in getRelaxedOpcode()
758 bool Is16BitMode = STI.getFeatureBits()[X86::Is16Bit]; in relaxInstruction() local
759 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction()
777 bool Is16BitMode = STI.getFeatureBits()[X86::Is16Bit]; in isFullyRelaxed() local
778 return getRelaxedOpcode(Inst, Is16BitMode) == Inst.getOpcode(); in isFullyRelaxed()
H A DX86MCTargetDesc.cpp118 bool Is16BitMode = STI.hasFeature(X86::Is16Bit); in needsAddressSizeOverride() local
121 if ((Is16BitMode && AdSize == X86II::AdSize32) || in needsAddressSizeOverride()