Searched refs:_F (Results 1 – 14 of 14) 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 | 236 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 D | X86SchedSandyBridge.td | 1063 def: InstRW<[SBWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m", 1114 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 | X86SchedAlderlakeP.td | 604 "^SUB(R?)_F(32|64)m$")>; 2159 def : InstRW<[ADLPWriteResGroup243], (instregex "^(TST|XAM)_F$")>;
|
H A D | X86SchedBroadwell.td | 1175 def: InstRW<[BWWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
H A D | X86SchedSkylakeClient.td | 1289 def: InstRW<[SKLWriteResGroup133], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
H A D | X86SchedSapphireRapids.td | 624 "^SUB(R?)_F(32|64)m$", 662 "^SUB(R?)_F(P?)rST0$", 2521 def : InstRW<[SPRWriteResGroup248], (instregex "^(TST|XAM)_F$")>;
|
H A D | X86SchedHaswell.td | 1237 def: InstRW<[HWWriteResGroup52_1], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
H A D | X86SchedSkylakeServer.td | 1750 def: InstRW<[SKXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
|
H A D | X86SchedIceLake.td | 1766 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
|