Home
last modified time | relevance | path

Searched refs:F0 (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-9-stable/sys/opencrypto/
Drmd160.c77 #define F0(x, y, z) ((x) ^ (y) ^ (z)) macro
182 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
183 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
184 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
185 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
186 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
187 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
188 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
189 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
190 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsCallingConv.td26 // f32 are returned in registers F0, F2
27 CCIfType<[f32], CCAssignToReg<[F0, F2]>>,
94 // f32 are returned in registers F0, F2
95 CCIfType<[f32], CCAssignToReg<[F0, F2]>>,
142 // f32 are returned in registers F0, F1
143 CCIfType<[f32], CCAssignToReg<[F0, F1]>>,
199 CCIfType<[f32], CCAssignToReg<[F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10,
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td93 def F0 : Rf< 0, "F0">, DwarfRegNum<[32]>;
127 def D0 : Rd< 0, "F0", [F0, F1]>, DwarfRegNum<[72]>;
164 def Q0 : Rq< 0, "F0", [D0, D1]>;
DSparcCallingConv.td32 CCIfType<[f32], CCAssignToReg<[F0, F1, F2, F3]>>,
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td29 // ABI-complaint code returns float and double in F0. Make the
59 // The first 4 float and double arguments are passed in even registers F0-F6.
/freebsd-9-stable/contrib/llvm/patches/
DREADME.TXT10 patch -p0 -f -F0 -E -i $p -s || break
/freebsd-9-stable/sys/mips/include/
Dregnum.h120 #define F0 (FPBASE+0) macro
/freebsd-9-stable/crypto/heimdal/lib/hx509/data/
Dpkinit.crt31 66:BB:EC:4F:F0:52:7E:D1:F4:F4:F9:CD:E9:B6:C7:C4:FC:2A:2F:4F
Dpkinit-proxy-chain.crt45 66:BB:EC:4F:F0:52:7E:D1:F4:F4:F9:CD:E9:B6:C7:C4:FC:2A:2F:4F
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp98 Sparc::F0, Sparc::F1, Sparc::F2, Sparc::F3,
317 unsigned regIdx = Reg - Sparc::F0; in MorphToDoubleReg()
331 regIdx = Reg - Sparc::F0; in MorphToQuadReg()
/freebsd-9-stable/libexec/getty/
Dgettytab.h108 #define F0 gettynums[9].value macro
/freebsd-9-stable/sys/crypto/
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-9-stable/crypto/openssl/doc/
Dfingerprints.txt61 Key fingerprint = 8657 ABB2 60F0 56B1 E519 0839 D9C4 D26D 0E60 4491
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp87 SP::F0, SP::F1, SP::F2, SP::F3,
/freebsd-9-stable/contrib/gdb/gdb/
Dsparc-stub.c115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator
/freebsd-9-stable/sys/compat/svr4/
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-9-stable/contrib/sendmail/contrib/
Dmail.local.linux31 M'6F0,>-99B7'&PC;D?=&AFZ<`<(8_-&7HAMSQ,<B"&O1H4-\,;@@'WWVI8'?
129 M(Z+-F0!$#-#'@1QL3="L>^,7`@.KUT1%L./30P2\"\E8+<,H,,[EW-5`4`(@
130 M_H=EO19-F2!;?K=,2FEE4-"W+.:/5`1E_@5-1`6V,;BSL>7*F0*%^]^5:]0B
/freebsd-9-stable/contrib/gcc/config/mips/
Dmips-ps-3d.md513 MIPS_BRANCH ("b%F0", "%2,%1"),
536 MIPS_BRANCH ("b%F0", "%2,%1"));
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp314 APFloat &F0 = getFpVal(); in operator *=() local
317 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()
320 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven); in operator *=()
/freebsd-9-stable/contrib/dialog/
Ddlg_keys.c308 CURSES_NAME(F0),
/freebsd-9-stable/contrib/gcc/
Dstab.def235 | F0 | F2 | F4 | F6 |
/freebsd-9-stable/contrib/groff/font/devlj4/
DAR307 Sd 14715,18939,323 2 161264 -- U+00F0 (19U 240)
DABI305 Sd 16162,18939,336,1240,-283,181 2 161264 -- U+00F0 (19U 240)
DTNRBI310 Sd 13229,17919,362,956,646,211 2 161264 -- U+00F0 (19U 240)
DAB305 Sd 16162,18939,323 2 161264 -- U+00F0 (19U 240)

123