Home
last modified time | relevance | path

Searched refs:FRC (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/sendmail/mail.local/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
15 force-install: FRC
18 fresh: FRC
21 FRC: target
/freebsd-11-stable/contrib/sendmail/rmail/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
15 force-install: FRC
18 fresh: FRC
21 FRC: target
/freebsd-11-stable/contrib/ntp/
HDMakefile.am87 html/.datecheck: FRC.html
94 sntp/built-sources-only: FRC.sntp
129 CommitLog: FRC.CommitLog
142 .checkcvo: .buildcvo FRC.checkcvo
154 .checkhost: .buildhost FRC.checkhost
160 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
HDMakefile.in1101 html/.datecheck: FRC.html
1108 sntp/built-sources-only: FRC.sntp
1143 CommitLog: FRC.CommitLog
1152 .checkcvo: .buildcvo FRC.checkcvo
1162 .checkhost: .buildhost FRC.checkhost
1168 FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
/freebsd-11-stable/contrib/sendmail/
HDMakefile10 all: FRC
17 clean: FRC
24 install: FRC
31 install-docs: FRC
38 fresh: FRC
45 $(SUBDIRS): FRC
49 FRC: target
/freebsd-11-stable/contrib/sendmail/libsm/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/smrsh/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/src/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/libsmdb/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/test/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/libsmutil/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/praliases/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/editmap/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/makemap/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/mailstats/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/vacation/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/sendmail/libmilter/
HDMakefile7 all: FRC
9 clean: FRC
11 check: FRC
13 install: FRC
16 fresh: FRC
19 FRC: target
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrQPX.td39 : AForm_1<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRB, qfrc:$FRC),
40 !strconcat(opc, " $FRT, $FRA, $FRC, $FRB"), IIC_FPFused,
41 [(set v4f64:$FRT, (IntID v4f64:$FRA, v4f64:$FRB, v4f64:$FRC))]>;
44 : AForm_1<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRB, qfrc:$FRC),
45 !strconcat(opc, " $FRT, $FRA, $FRC, $FRB"), IIC_VecPerm,
46 [(set v4f64:$FRT, (IntID v4f64:$FRA, v4f64:$FRB, v4f64:$FRC))]>;
54 : AForm_3<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRC),
55 !strconcat(opc, " $FRT, $FRA, $FRC"), IIC_FPGeneral,
56 [(set v4f64:$FRT, (IntID v4f64:$FRA, v4f64:$FRC))]>;
155 (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRC),
[all …]
HDPPCInstrInfo.td2941 (outs f8rc:$FRT), (ins f8rc:$FRA, f8rc:$FRC, f8rc:$FRB),
2942 "fmadd", "$FRT, $FRA, $FRC, $FRB", IIC_FPFused,
2943 [(set f64:$FRT, (fma f64:$FRA, f64:$FRC, f64:$FRB))]>;
2945 (outs f4rc:$FRT), (ins f4rc:$FRA, f4rc:$FRC, f4rc:$FRB),
2946 "fmadds", "$FRT, $FRA, $FRC, $FRB", IIC_FPGeneral,
2947 [(set f32:$FRT, (fma f32:$FRA, f32:$FRC, f32:$FRB))]>;
2949 (outs f8rc:$FRT), (ins f8rc:$FRA, f8rc:$FRC, f8rc:$FRB),
2950 "fmsub", "$FRT, $FRA, $FRC, $FRB", IIC_FPFused,
2952 (fma f64:$FRA, f64:$FRC, (fneg f64:$FRB)))]>;
2954 (outs f4rc:$FRT), (ins f4rc:$FRA, f4rc:$FRC, f4rc:$FRB),
[all …]
/freebsd-11-stable/share/examples/sunrpc/
HDMakefile27 ${SUBDIR}: FRC
30 FRC: target
/freebsd-11-stable/contrib/ntp/sntp/
HDMakefile.am153 FRC: target
155 @: FRC "force" depends on nothing and is not a file, so is
172 check-autogen-version.def: FRC
221 check-COPYRIGHT: FRC
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitSimplify.cpp1345 const TargetRegisterClass *FRC = HBS::getFinalVRegClass(RD, MRI); in processBlock() local
1346 Register NewR = MRI.createVirtualRegister(FRC); in processBlock()
1541 auto *FRC = HBS::getFinalVRegClass(Inp, MRI); in findMatch() local
1552 if (FRC != MRI.getRegClass(R)) in findMatch()
1607 auto *FRC = HBS::getFinalVRegClass(R, MRI); in processBlock() local
1610 Register NewR = MRI.createVirtualRegister(FRC); in processBlock()
1619 if (FRC == &Hexagon::DoubleRegsRegClass || in processBlock()
1620 FRC == &Hexagon::HvxWRRegClass) { in processBlock()
1622 unsigned SubLo = HRI.getHexagonSubRegIndex(*FRC, Hexagon::ps_sub_lo); in processBlock()
1623 unsigned SubHi = HRI.getHexagonSubRegIndex(*FRC, Hexagon::ps_sub_hi); in processBlock()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrAVX512.td100 RegisterClass FRC = !if (!eq (EltTypeName, "f32"), FR32X, FR64X);
1103 def : Pat<(DestInfo.VT (X86VBroadcast SrcInfo.FRC:$src)),
1105 (SrcInfo.VT (COPY_TO_REGCLASS SrcInfo.FRC:$src, SrcInfo.RC)))>;
1107 (X86VBroadcast SrcInfo.FRC:$src),
1111 (SrcInfo.VT (COPY_TO_REGCLASS SrcInfo.FRC:$src, SrcInfo.RC)))>;
1113 (X86VBroadcast SrcInfo.FRC:$src),
1116 DestInfo.KRCWM:$mask, (SrcInfo.VT (COPY_TO_REGCLASS SrcInfo.FRC:$src, SrcInfo.RC)))>;
2109 (outs _.KRC:$dst), (ins _.FRC:$src1, _.FRC:$src2, u8imm:$cc),
2112 [(set _.KRC:$dst, (OpNode _.FRC:$src1,
2113 _.FRC:$src2,
[all …]
/freebsd-11-stable/crypto/openssl/crypto/bf/
HDMakefile58 FRC.install:
59 install: FRC.install
/freebsd-11-stable/contrib/binutils/opcodes/
HDppc-opc.c269 #define FRC FRB + 1 macro
275 #define FRS FRC + 1
4390 { "fmuls", A(59,25,0), AFRB_MASK, PPC, { FRT, FRA, FRC } },
4391 { "fmuls.", A(59,25,1), AFRB_MASK, PPC, { FRT, FRA, FRC } },
4396 { "fmsubs", A(59,28,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4397 { "fmsubs.", A(59,28,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4399 { "fmadds", A(59,29,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4400 { "fmadds.", A(59,29,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4402 { "fnmsubs", A(59,30,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4403 { "fnmsubs.",A(59,30,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
[all …]

12