Searched refs:In16BitMode (Results 1 – 12 of 12) 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",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 276 else if (In16BitMode) in initSubtargetFeatures() 334 In16BitMode(TargetTriple.getArch() == Triple::x86 && in X86Subtarget()
|
D | X86Subtarget.h | 484 bool In16BitMode; variable 560 return In16BitMode; in is16Bit()
|
D | 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 …]
|
D | X86.td | 26 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 522 bool In16BitMode = false; variable 596 return In16BitMode; in is16Bit()
|
D | X86InstrInfo.td | 993 def In16BitMode : Predicate<"Subtarget->is16Bit()">, 3148 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>; 3160 def : MnemonicAlias<"lret", "lretw", "att">, Requires<[In16BitMode]>; 3169 def : MnemonicAlias<"pop", "popw", "att">, Requires<[In16BitMode]>; 3172 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>; 3183 def : MnemonicAlias<"push", "pushw", "att">, Requires<[In16BitMode]>; 3186 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 3196 def : MnemonicAlias<"popa", "popaw", "intel">, Requires<[In16BitMode]>; 3197 def : MnemonicAlias<"pusha", "pushaw", "intel">, Requires<[In16BitMode]>; 3201 def : MnemonicAlias<"popa", "popaw", "att">, Requires<[In16BitMode]>; [all …]
|
D | X86.td | 26 def Mode16Bit : SubtargetFeature<"16bit-mode", "In16BitMode", "true",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23224 if (Bits[X86::Mode16Bit]) In16BitMode = true;
|