Searched refs:f4 (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl130 aes_eround01 %f12, %f0, %f2, %f4
135 aes_eround01 %f16, %f4, %f2, %f0
136 aes_eround23 %f18, %f4, %f2, %f2
143 aes_eround01 %f12, %f0, %f2, %f4
145 aes_eround01_l %f16, %f4, %f2, %f0
146 aes_eround23_l %f18, %f4, %f2, %f2
159 faligndata %f0, %f0, %f4
163 stda %f4, [$out + $mask]0xc0 ! partial store
208 aes_dround01 %f12, %f0, %f2, %f4
213 aes_dround01 %f16, %f4,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl128 camellia_f %f20, %f2, %f0, %f4
129 camellia_f %f22, %f0, %f4, %f2
130 fxor %f24, %f4, %f0
144 faligndata %f0, %f0, %f4
148 stda %f4, [$out + $mask]0xc0 ! partial store
223 camellia_f %f20, %f2, %f0, %f4
224 camellia_f %f22, %f0, %f4, %f2
225 fxor %f26, %f4, %f0
239 faligndata %f0, %f0, %f4
243 stda %f4, [
[all...]
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dfpu_emul.S162 faddq %f0,%f4,%f0
166 fsubq %f0,%f4,%f0
170 fmulq %f0,%f4,%f0
174 fdivq %f0,%f4,%f0
182 fcmpq %fcc0,%f0,%f4
186 fcmpeq %fcc0,%f0,%f4
H A Dsystfloat.S866 ldd [%sp+2231],%f4
869 faddq %f0,%f4,%f0
892 ldd [%sp+2231],%f4
895 fsubq %f0,%f4,%f0
918 ldd [%sp+2231],%f4
921 fmulq %f0,%f4,%f0
944 ldd [%sp+2231],%f4
947 fdivq %f0,%f4,%f0
992 ldd [%sp+2231],%f4
995 fcmpq %fcc0,%f0,%f4
[all...]
/freebsd-11-stable/sys/dev/mlx/
H A Dmlxreg.h508 u_int32_t f4,
518 mc->mc_mailbox[0x8] = f4 & 0xff;
519 mc->mc_mailbox[0x9] = (f4 >> 8) & 0xff;
520 mc->mc_mailbox[0xa] = (f4 >> 16) & 0xff;
521 mc->mc_mailbox[0xb] = (f4 >> 24) & 0xff;
531 u_int8_t f4,
541 mc->mc_mailbox[0x5] = f4;
557 u_int8_t f4,
567 mc->mc_mailbox[0x6] = f4;
582 u_int8_t f4)
503 mlx_make_type1(struct mlx_command *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, u_int8_t f3, u_int32_t f4, u_int8_t f5) argument
526 mlx_make_type2(struct mlx_command *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, u_int8_t f3, u_int8_t f4, u_int8_t f5, u_int8_t f6, u_int32_t f7, u_int8_t f8) argument
552 mlx_make_type3(struct mlx_command *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, u_int16_t f3, u_int8_t f4, u_int8_t f5, u_int32_t f6, u_int8_t f7) argument
577 mlx_make_type4(struct mlx_command *mc, u_int8_t code, u_int16_t f1, u_int32_t f2, u_int32_t f3, u_int8_t f4) argument
599 mlx_make_type5(struct mlx_command *mc, u_int8_t code, u_int8_t f1, u_int8_t f2, u_int32_t f3, u_int32_t f4, u_int8_t f5) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl50 ldd [$ivec + 16], %f4
52 faligndata %f2, %f4, %f2
137 faligndata %f0, %f0, %f4 ! handle unaligned output
141 stda %f4, [$out + $omask]0xc0 ! partial store
169 faligndata %f0, %f0, %f4
172 stda %f4, [$ivec + $omask]0xc0
359 faligndata %f0, %f0, %f4 ! handle unaligned output
363 stda %f4, [$out + $omask]0xc0 ! partial store
418 movxtod %o4, %f4
432 fxor %f8, %f4,
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h334 uint64_t f4:7; member in struct:__anon8555::__anon8557
338 uint64_t f4:7;
349 uint64_t f4:7; member in struct:__anon8555::__anon8558
353 uint64_t f4:7;
/freebsd-11-stable/crypto/openssl/apps/
H A Dgenrsa.c99 unsigned long f4 = RSA_F4; local
135 f4 = 3;
136 else if (strcmp(*argv, "-F4") == 0 || strcmp(*argv, "-f4") == 0)
137 f4 = RSA_F4;
219 " -f4 use F4 (0x10001) for the E value\n");
275 if (!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h37 #define f4 4 macro
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh114 test_case f4 dotest text text
147 atf_add_test_case f4
/freebsd-11-stable/usr.bin/hexdump/
H A Ddisplay.c119 float f4; local
144 bcopy(bp, &f4, sizeof(f4));
145 (void)printf(pr->fmt, f4);
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl59 des_kexpand %f2, 2, %f4
63 std %f4, [$out + 0x10]
117 ldd [$key + 0x00], %f4 ! load key schedule
151 des_round %f4, %f6, %f0, %f0
218 ldd [$key + 0x78], %f4 ! load key schedule
251 des_round %f4, %f6, %f0, %f0
326 ldd [$key + 0x00], %f4 ! load key schedule
360 des_round %f4, %f6, %f0, %f0
478 ldd [$key + 0x100+0x78], %f4 ! load key schedule
511 des_round %f4,
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h51 #define f4 4 macro
/freebsd-11-stable/sys/mips/include/
H A Dframe.h108 f_register_t f4; member in struct:trapframe
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S616 fsrc1 %f4, %f36
687 ldd [%o0 + (2 * 8)], %f4
692 fmovd %f4, %f36
713 ldd [%o0 + (2 * 8)], %f4
721 fmovd %f4, %f36
738 ldd [%o0 + (2 * 8)], %f4
746 fsrc1 %f4, %f36
795 fzero %f4
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c229 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
232 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) argument
307 if (err != 0 || f4 == NULL) {
314 nshould = split(f4, &should[1], NSHOULD-1, ",");
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c202 == void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
206 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) argument
277 if (err != 0 || f4 == NULL) {
284 nshould = split(f4, should+1, NSHOULD-1, ",");
/freebsd-11-stable/crypto/openssl/crypto/
H A Dppccpuid.pl65 fmr f4,f31
H A Ds390xcpuid.S86 lzdr %f4
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S444 lfd %f4, 192(%r3)
828 ldc1 $f4, (4 * 36 + 8 * 4)($4)
847 ldc1 $f4, (4 * 36 + 8 * 4)($4)
938 ldc1 $f4, (8 * 39)($4)
1047 fld f4, (8 * 32 + 8 * 4)(a0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h430 typedef float f4 __attribute__((ext_vector_type(4))); typedef
431 f4 rv = __nvvm_ldg_f4(reinterpret_cast<const f4 *>(ptr));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64.h100 DEFINE_FPR_PPC64(f4, NULL, LLDB_INVALID_REGNUM), \
246 uint64_t f4; member in struct:_FPR_PPC64
H A DRegisterContextFreeBSD_powerpc.cpp102 uint64_t f4; member in struct:_FPR
H A DRegisterContext_mips.h291 uint64_t f4; member in struct:FPR_linux_mips
H A DRegisterInfos_s390x.h97 DEFINE_FPR(f4, 8, FPR_OFFSET(4)), DEFINE_FPR(f5, 8, FPR_OFFSET(5)),

Completed in 173 milliseconds

12