Home
last modified time | relevance | path

Searched refs:In16BitMode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.cpp213 else if (In16BitMode) in initSubtargetFeatures()
314 In16BitMode(TargetTriple.getArch() == Triple::x86 && in X86Subtarget()
DX86Subtarget.h302 bool In16BitMode; variable
362 return In16BitMode; in is16Bit()
DX86InstrInfo.td863 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 …]
DX86.td27 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",