Searched refs:In16BitMode (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 213 else if (In16BitMode) in initSubtargetFeatures() 314 In16BitMode(TargetTriple.getArch() == Triple::x86 && in X86Subtarget()
|
D | X86Subtarget.h | 302 bool In16BitMode; variable 362 return In16BitMode; in is16Bit()
|
D | X86InstrInfo.td | 863 def In16BitMode : Predicate<"Subtarget->is16Bit()">, 2569 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>; 2581 def : MnemonicAlias<"lret", "lretw", "att">, Requires<[In16BitMode]>; 2590 def : MnemonicAlias<"pop", "popw", "att">, Requires<[In16BitMode]>; 2593 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>; 2601 def : MnemonicAlias<"push", "pushw", "att">, Requires<[In16BitMode]>; 2604 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 2611 def : MnemonicAlias<"popa", "popaw", "intel">, Requires<[In16BitMode]>; 2612 def : MnemonicAlias<"pusha", "pushaw", "intel">, Requires<[In16BitMode]>; 2616 def : MnemonicAlias<"popa", "popaw", "att">, Requires<[In16BitMode]>; [all …]
|
D | X86.td | 27 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",
|