Searched refs:_F (Results 1 – 15 of 15) sorted by relevance
| /freebsd/usr.sbin/makefs/ |
| H A D | cd9660.h | 95 #define CD9660_MEM_ALLOC_ERROR(_F) \ argument 96 err(EXIT_FAILURE, "%s, %s l. %d", _F, __FILE__, __LINE__)
|
| /freebsd/secure/lib/libcrypt/ |
| H A D | blowfish.c | 56 #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 D | RISCVRegisterInfo.td | 414 def F#Index#_F : RISCVReg32<!cast<RISCVReg16>("F"#Index#"_H")>, 419 def F#Index#_D : RISCVReg64<!cast<RISCVReg32>("F"#Index#"_F")>,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedSandyBridge.td | 1070 def: InstRW<[SBWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m", 1121 def: InstRW<[SBWriteResGroup130], (instregex "DIV(R?)_F(32|64)m")>;
|
| H A D | X86InstrFPStack.td | 194 // Sets the scheduling resources for the actual NAME#_F<size>m definitions. 258 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
|
| H A D | X86ScheduleAtom.td | 607 "(ST|ISTT)_F(P)?(16|32|64)?(m|rr)",
|
| H A D | X86SchedLunarlakeP.td | 999 "^SUB(R?)_F(32|64)m$")>; 1856 def : InstRW<[LNLPWriteResGroupX243], (instregex "^(TST|XAM)_F$")>;
|
| H A D | X86SchedAlderlakeP.td | 602 "^SUB(R?)_F(32|64)m$")>; 2157 def : InstRW<[ADLPWriteResGroup243], (instregex "^(TST|XAM)_F$")>;
|
| H A D | X86SchedSkylakeClient.td | 1270 def: InstRW<[SKLWriteResGroup133], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| H A D | X86SchedBroadwell.td | 1165 def: InstRW<[BWWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| H A D | X86SchedSapphireRapids.td | 629 "^SUB(R?)_F(32|64)m$", 667 "^SUB(R?)_F(P?)rST0$", 2526 def : InstRW<[SPRWriteResGroup248], (instregex "^(TST|XAM)_F$")>;
|
| H A D | X86SchedHaswell.td | 1229 def: InstRW<[HWWriteResGroup52_1], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| H A D | X86SchedSkylakeServer.td | 1734 def: InstRW<[SKXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| H A D | X86SchedIceLake.td | 1763 def: InstRW<[ICXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
| /freebsd/contrib/googletest/docs/ |
| H A D | primer.md | 236 fixture class. (`_F` stands for "Fixture"). No test suite name is specified for
|