Home
last modified time | relevance | path

Searched refs:In32BitMode (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h524 bool In32BitMode = false; variable
600 return In32BitMode; in is32Bit()
H A DX86InstrInfo.td1006 def In32BitMode : Predicate<"Subtarget->is32Bit()">,
3188 def : MnemonicAlias<"call", "calll", "att">, Requires<[In32BitMode]>;
3209 def : MnemonicAlias<"pop", "popl", "att">, Requires<[In32BitMode]>;
3212 def : MnemonicAlias<"popf", "popfl", "att">, Requires<[In32BitMode]>;
3216 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In32BitMode]>;
3223 def : MnemonicAlias<"push", "pushl", "att">, Requires<[In32BitMode]>;
3226 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>;
3230 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In32BitMode]>;
3237 def : MnemonicAlias<"popa", "popal", "intel">, Requires<[In32BitMode]>;
3238 def : MnemonicAlias<"pusha", "pushal", "intel">, Requires<[In32BitMode]>;
[all …]
H A DX86InstrSystem.td177 Requires<[In32BitMode]>;
H A DX86.td24 def Mode32Bit : SubtargetFeature<"32bit-mode", "In32BitMode", "true",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1155 def In32BitMode : Predicate<"!Subtarget->isPPC64()">;
1641 [(retflag)]>, Requires<[In32BitMode]>;
1809 Requires<[In32BitMode]>;
1901 [(PPCbctrl_load_toc iaddr:$src)]>, Requires<[In32BitMode]>;
1911 []>, Requires<[In32BitMode]>;
1934 Requires<[In32BitMode]>;
1942 Requires<[In32BitMode]>;
5314 let Predicates = [In32BitMode] in
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td1449 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1724 def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;