Home
last modified time | relevance | path

Searched refs:_F (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.sbin/makefs/
H A Dcd9660.h95 #define CD9660_MEM_ALLOC_ERROR(_F) \ argument
96 err(EXIT_FAILURE, "%s, %s l. %d", _F, __FILE__, __LINE__)
/freebsd/secure/lib/libcrypt/
H A Dblowfish.c56 #define _F(s, x) ((((s)[ (((x)>>24)&0xFF)] \ macro
61 #define BLFRND(s, p, i, j, n) (i ^= _F(s, j) ^ (p)[n])
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td236 def F#Index#_F : RISCVReg32<!cast<RISCVReg16>("F"#Index#"_H")>,
241 def F#Index#_D : RISCVReg64<!cast<RISCVReg32>("F"#Index#"_F")>,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSandyBridge.td1063 def: InstRW<[SBWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1114 def: InstRW<[SBWriteResGroup130], (instregex "DIV(R?)_F(32|64)m")>;
H A DX86InstrFPStack.td194 // Sets the scheduling resources for the actual NAME#_F<size>m definitions.
258 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
H A DX86ScheduleAtom.td607 "(ST|ISTT)_F(P)?(16|32|64)?(m|rr)",
H A DX86SchedAlderlakeP.td604 "^SUB(R?)_F(32|64)m$")>;
2159 def : InstRW<[ADLPWriteResGroup243], (instregex "^(TST|XAM)_F$")>;
H A DX86SchedBroadwell.td1175 def: InstRW<[BWWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
H A DX86SchedSkylakeClient.td1289 def: InstRW<[SKLWriteResGroup133], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
H A DX86SchedSapphireRapids.td624 "^SUB(R?)_F(32|64)m$",
662 "^SUB(R?)_F(P?)rST0$",
2521 def : InstRW<[SPRWriteResGroup248], (instregex "^(TST|XAM)_F$")>;
H A DX86SchedHaswell.td1237 def: InstRW<[HWWriteResGroup52_1], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
H A DX86SchedSkylakeServer.td1750 def: InstRW<[SKXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
H A DX86SchedIceLake.td1766 def: InstRW<[ICXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
/freebsd/contrib/googletest/docs/
H A Dprimer.md236 fixture class. (`_F` stands for "Fixture"). No test suite name is specified for