Home
last modified time | relevance | path

Searched refs:pushf (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/engines/asm/
H A De_padlock-x86.pl60 &pushf ();
66 &pushf ();
143 &pushf ();
156 &pushf ();
164 &pushf ();
201 &pushf ();
/freebsd/crypto/openssl/crypto/
H A Dx86cpuid.pl21 &pushf ();
27 &pushf ();
189 &pushf ();
220 &pushf ();
/freebsd/usr.bin/m4/
H A Dmain.c416 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 Dmdef.h176 #define pushf(x) \ macro
/freebsd/sys/crypto/openssl/amd64/
H A De_padlock-x86_64.S64 pushf
79 pushf
90 pushf
246 pushf
413 pushf
584 pushf
698 pushf
812 pushf
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl131 &pushf ();
/freebsd/libexec/rtld-elf/i386/
H A Drtld_start.S79 pushf # Save eflags
/freebsd/stand/i386/btx/lib/
H A Dbtxv86.S66 pushf # Put eflags
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl76 sub ::pushf { &pushfd; }
/freebsd/contrib/libpcap/msdos/
H A Dpkt_rx1.s84 pushf
H A Dpktdrvr.c1161 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 Dpkt_rx0.asm129 pushf
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2065 &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 DX86InstrAsmAlias.td261 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 DX86InstrMisc.td150 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 Dcmll-x86.pl835 &pushf ();
956 &pushf (); # kludge, never executed
/freebsd/stand/i386/boot0/
H A Dboot0.S441 pushf # Save results for later
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1689 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
1690 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
1694 /// def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;