Searched refs:pushfq (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | proc_frame.asm | 10 pushfq 23 ; CHECK: pushfq
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | red-zone.ll | 33 ; pushfq and popfq prevent redzones. 36 ; CHECK: pushfq
|
| H A D | x86-64-flags-intrinsics.ll | 11 ; CHECK-NEXT: pushfq 22 ; WIN64-NEXT: pushfq
|
| H A D | inline-asm-ptr-cast.ll | 22 …call void asm "pushfq \0Aandq $2, (%rsp) \0Aorq $3, (%rsp) \0Apopfq \0Aaddb $4, $1 \0Apushfq \0Ap…
|
| H A D | win64_frame.ll | 193 ; CHECK-NEXT: pushfq
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_x86_64.S | 45 pushfq
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | x86-64.s | 718 pushfq 1793 pushfq label
|
| H A D | I86-64.s | 2541 pushfq label
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SpeculativeLoadHardening.md | 729 pushfq 780 avoiding `pushfq` and `popfq` sequences), the only significant optimization is
|
| H A D | CodeGenerator.rst | 1762 def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | Target.td | 1537 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1542 /// def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 1454 def PUSHF64 : I<0x9C, RawFrm, (outs), (ins), "pushfq", []>, 3227 def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>; 3228 def : MnemonicAlias<"pushf", "pushfq", "intel">, Requires<[In64BitMode]>;
|