Searched refs:In16BitMode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86Subtarget.cpp | 276 else if (In16BitMode) in initSubtargetFeatures() 334 In16BitMode(TargetTriple.getArch() == Triple::x86 && in X86Subtarget()
|
| HD | X86Subtarget.h | 494 bool In16BitMode; variable 570 return In16BitMode; in is16Bit()
|
| HD | X86InstrInfo.td | 957 def In16BitMode : Predicate<"Subtarget->is16Bit()">, 3027 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>; 3039 def : MnemonicAlias<"lret", "lretw", "att">, Requires<[In16BitMode]>; 3048 def : MnemonicAlias<"pop", "popw", "att">, Requires<[In16BitMode]>; 3051 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>; 3062 def : MnemonicAlias<"push", "pushw", "att">, Requires<[In16BitMode]>; 3065 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 3075 def : MnemonicAlias<"popa", "popaw", "intel">, Requires<[In16BitMode]>; 3076 def : MnemonicAlias<"pusha", "pushaw", "intel">, Requires<[In16BitMode]>; 3080 def : MnemonicAlias<"popa", "popaw", "att">, Requires<[In16BitMode]>; [all …]
|
| HD | X86.td | 26 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",
|