Searched refs:F0 (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c78 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
191 R(a, b, c, d, e, F0, K0, 11, 0);
192 R(e, a, b, c, d, F0, K0, 14, 1);
193 R(d, e, a, b, c, F0, K0, 15, 2);
194 R(c, d, e, a, b, F0, K0, 12, 3);
195 R(b, c, d, e, a, F0, K0, 5, 4);
196 R(a, b, c, d, e, F0, K0, 8, 5);
197 R(e, a, b, c, d, F0, K0, 7, 6);
198 R(d, e, a, b, c, F0, K0, 9, 7);
199 R(c, d, e, a, b, F0, K
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c77 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
182 R(a, b, c, d, e, F0, K0, 11, 0);
183 R(e, a, b, c, d, F0, K0, 14, 1);
184 R(d, e, a, b, c, F0, K0, 15, 2);
185 R(c, d, e, a, b, F0, K0, 12, 3);
186 R(b, c, d, e, a, F0, K0, 5, 4);
187 R(a, b, c, d, e, F0, K0, 8, 5);
188 R(e, a, b, c, d, F0, K0, 7, 6);
189 R(d, e, a, b, c, F0, K0, 9, 7);
190 R(c, d, e, a, b, F0, K
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h133 #define F0 (FPBASE+0) macro
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h105 #define F0 gettynums[9].value macro
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h75 MAP(F0, 112) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp959 EmitInstrRegReg(STI, MovOpc, Mips::V0, Mips::F0);
962 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE);
965 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE);
968 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE);
/freebsd-11-stable/sys/crypto/
H A Dsha1.c60 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) macro
143 tmp = S(5, a) + F0(b, c, d) + e + W(s) + K(t);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsparc-stub.c115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator in enum:regnames
220 ! F0->F31 not implemented
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp139 Sparc::F0, Sparc::F1, Sparc::F2, Sparc::F3,
428 unsigned regIdx = Reg - Sparc::F0;
442 regIdx = Reg - Sparc::F0;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_termios.c304 undefined_flag2(c_oflag,F,FDLY,F,F0,F,F1);
404 undefined_flag2(c_oflag,F,FDLY,F,F0,F,F1);
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c337 CURSES_NAME(F0),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp385 (HeadId.equals("")) ? static_cast<StringRef>("F0") : HeadId,
393 OS << formatv(R"(F{0} [label="F0"])"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp314 APFloat &F0 = getFpVal(); local
317 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
320 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp71 SP::F0, SP::F1, SP::F2, SP::F3,
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3102 \def\dh{{\ecfont \char"F0}} % eth
9184 \countUTFy = "F0
9189 \countUTFx = "F0
9325 \DeclareUnicodeCharacter{00F0}{\dh}
9473 \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3192 // precision registers F0-F31. As an example, all of the following hold true:
3196 return Reg == (unsigned)Mips::F31 ? (unsigned)Mips::F0 : Reg + 1;
5387 case Mips::F0: return Mips::ZERO;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp159 State.addLoc(CCValAssign::getReg(ValNo, ValVT, SP::F0 + Offset/4,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2103 if ((TargetReg >= PPC::F0 && TargetReg <= PPC::F31) ||
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3949 F0+USg9oJSlytHtZo9RhhSiIW+gBSXJvK5sgj1jqdkr7gtZB/0zb0KfPzfFtnlsT

Completed in 588 milliseconds