/freebsd/crypto/openssl/engines/asm/ |
H A D | e_padlock-x86.pl | 60 &pushf (); 66 &pushf (); 143 &pushf (); 156 &pushf (); 164 &pushf (); 201 &pushf ();
|
/freebsd/crypto/openssl/crypto/ |
H A D | x86cpuid.pl | 21 &pushf (); 27 &pushf (); 189 &pushf (); 220 &pushf ();
|
/freebsd/usr.bin/m4/ |
H A D | main.c | 416 pushf(fp); /* previous call frm */ in macro() 417 pushf(macro_getdef(p)->type); /* type of the call */ in macro() 418 pushf(is_traced(p)); in macro() 419 pushf(0); /* parenthesis level */ in macro()
|
H A D | mdef.h | 176 #define pushf(x) \ macro
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | e_padlock-x86_64.S | 64 pushf 79 pushf 90 pushf 246 pushf 413 pushf 584 pushf 698 pushf 812 pushf
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | via-mont.pl | 131 &pushf ();
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | rtld_start.S | 79 pushf # Save eflags
|
/freebsd/stand/i386/btx/lib/ |
H A D | btxv86.S | 66 pushf # Put eflags
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 76 sub ::pushf { &pushfd; }
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pkt_rx1.s | 84 pushf
|
H A D | pktdrvr.c | 1161 int pushf = PktReceiver; in PktInitDriver() local 1163 while (real_stub_array[pushf++] != 0x9C && /* pushf */ in PktInitDriver() 1164 real_stub_array[pushf] != 0xFA) /* cli */ in PktInitDriver()
|
H A D | pkt_rx0.asm | 129 pushf
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 2065 &pushf (); 2206 &pushf (); # kludge, never executed 2325 &pushf (); # kludge, never executed 2420 &pushf (); # kludge, never executed 2468 &pushf (); # kludge, never executed 2539 &pushf (); # kludge, never executed 2555 &pushf (); # kludge, never executed 2611 &pushf (); # kludge, never executed
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAsmAlias.td | 261 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 262 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>; 263 def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>; 264 def : MnemonicAlias<"pushf", "pushfq", "intel">, Requires<[In64BitMode]>; 266 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In32BitMode]>; 267 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In64BitMode]>;
|
H A D | X86InstrMisc.td | 150 def PUSHF16 : I<0x9C, RawFrm, (outs), (ins), "pushf{w}", []>, OpSize16; 151 def PUSHF32 : I<0x9C, RawFrm, (outs), (ins), "pushf{l|d}", []>, OpSize32,
|
/freebsd/crypto/openssl/crypto/camellia/asm/ |
H A D | cmll-x86.pl | 835 &pushf (); 956 &pushf (); # kludge, never executed
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 441 pushf # Save results for later
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1689 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1690 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>; 1694 /// def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|