Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h527 bool In16BitMode = false; variable
604 return In16BitMode; in is16Bit()
H A DX86InstrInfo.td1002 def In16BitMode : Predicate<"Subtarget->is16Bit()">,
3187 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>;
3199 def : MnemonicAlias<"lret", "lretw", "att">, Requires<[In16BitMode]>;
3208 def : MnemonicAlias<"pop", "popw", "att">, Requires<[In16BitMode]>;
3211 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>;
3222 def : MnemonicAlias<"push", "pushw", "att">, Requires<[In16BitMode]>;
3225 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>;
3235 def : MnemonicAlias<"popa", "popaw", "intel">, Requires<[In16BitMode]>;
3236 def : MnemonicAlias<"pusha", "pushaw", "intel">, Requires<[In16BitMode]>;
3240 def : MnemonicAlias<"popa", "popaw", "att">, Requires<[In16BitMode]>;
[all …]
H A DX86.td26 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",