Home
last modified time | relevance | path

Searched refs:pushfw (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/MC/X86/
Dintel-syntax-encoding.s69 pushfw label
DI386-32.s241 pushfw label
DI86-32.s1865 pushfw label
DI86-64.s2545 pushfw label
/external/llvm/test/MC/Disassembler/X86/
Dx86-16.txt72 # CHECK: pushfw
/external/llvm-project/llvm/test/MC/Disassembler/X86/
Dx86-16.txt72 # CHECK: pushfw
/external/mesa3d/src/mesa/x86/
Dassyntax.h581 #define PUSHF_W CHOICE(pushfw, pushfw, _WTOG pushf)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td3065 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>;
3070 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In32BitMode]>;
3071 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In64BitMode]>;
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td3186 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>;
3191 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In32BitMode]>;
3192 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In64BitMode]>;
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2604 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>;
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc1203 Mnemonic = "pushfw";
1851 if (Features.test(Feature_In32BitModeBit)) // "pushfw"
7743 "pushfd\006pushfl\006pushfq\006pushfw\005pushl\005pushq\005pushw\004pxor"
9973 { 6577 /* pushfw */, X86::PUSHF16, Convert_NoOperands, AMFBS_None, { }, },