Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp210 else if (In16BitMode) in initSubtargetFeatures()
342 In16BitMode(TargetTriple.getArch() == Triple::x86 && in X86Subtarget()
H A DX86Subtarget.h258 bool In16BitMode; variable
320 return In16BitMode; in is16Bit()
H A DX86InstrInfo.td767 def In16BitMode : Predicate<"Subtarget->is16Bit()">,
2431 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>;
2443 def : MnemonicAlias<"lret", "lretw", "att">, Requires<[In16BitMode]>;
2452 def : MnemonicAlias<"pop", "popw", "att">, Requires<[In16BitMode]>;
2455 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>;
2463 def : MnemonicAlias<"push", "pushw", "att">, Requires<[In16BitMode]>;
2466 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>;
2473 def : MnemonicAlias<"popa", "popaw", "intel">, Requires<[In16BitMode]>;
2474 def : MnemonicAlias<"pusha", "pushaw", "intel">, Requires<[In16BitMode]>;
2478 def : MnemonicAlias<"popa", "popaw", "att">, Requires<[In16BitMode]>;
[all …]
H A DX86.td27 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",