Searched refs:f16 (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-11-stable/lib/libc/powerpc/gen/
H A D_setjmp.S63 stfd %f16,112+2*8(%r3)
90 lfd %f16,112+2*8(%r3)
H A Dsetjmp.S73 stfd %f16,112+2*8(%r6)
101 lfd %f16,112+2*8(%r3)
H A Dsigsetjmp.S78 stfd %f16,112+2*8(%r6)
105 lfd %f16,112+2*8(%r3)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A DrestFP.S24 lfd f16,-128(r1)
H A DsaveFP.S22 stfd f16,-128(r1)
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl124 ldd [$key + 32], %f16
135 aes_eround01 %f16, %f4, %f2, %f0
137 ldd [$key + 16], %f16
145 aes_eround01_l %f16, %f4, %f2, %f0
202 ldd [$key + 32], %f16
213 aes_dround01 %f16, %f4, %f2, %f0
215 ldd [$key + 16], %f16
223 aes_dround01_l %f16, %f4, %f2, %f0
596 aes_eround01 %f16, %f0, %f2, %f4
598 ldd [$key + 208], %f16
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl91 ldd [$key + 32], %f16
108 camellia_f %f16, %f2, %f0, %f2
109 ldd [$key + 16], %f16
126 camellia_f %f16, %f2, %f0, %f2
186 ldd [$key - 24], %f16
203 camellia_f %f16, %f2, %f0, %f2
204 ldd [$key - 24], %f16
221 camellia_f %f16, %f2, %f0, %f2
337 ldd [%o4 + 0], %f16
342 camellia_f %f16,
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h49 #define f16 16 macro
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh126 test_case f16 mtest text text
159 atf_add_test_case f16
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dfont143 f8= f14= f16= mc_start=
146 f8="NO" f14="NO" f16="NO" ;;
148 f8="cp437-8x8" f14="cp437-8x14" f16="cp437-8x16" ;;
150 f8="cp850-8x8" f14="cp850-8x14" f16="cp850-8x16" ;;
152 f8="cp865-8x8" f14="cp865-8x14" f16="cp865-8x16" ;;
154 f8="cp866-8x8" f14="cp866-8x14" f16="cp866b-8x16" mc_start="3" ;;
156 f8="cp866u-8x8" f14="cp866u-8x14" f16="cp866u-8x16" mc_start="3" ;;
158 f8="cp1251-8x8" f14="cp1251-8x14" f16="cp1251-8x16" mc_start="3" ;;
160 f8="iso-8x8" f14="iso-8x14" f16="iso-8x16" ;;
162 f8="iso02-8x8" f14="iso02-8x14" f16
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips64.S39 sdc1 $f16, 32($sp)
66 ldc1 $f16, 32($sp)
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A D_setjmp.S63 stfd %f16,40 + 25*8(%r3)
109 lfd %f16,40 + 25*8(%r3)
H A Dsetjmp.S74 stfd %f16,40 + 25*8(%r6)
124 lfd %f16,40 + 25*8(%r3)
H A Dsigsetjmp.S79 stfd %f16,40 + 25*8(%r6)
126 lfd %f16,40 + 25*8(%r3)
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl68 des_kexpand %f14, 1, %f16
70 des_kexpand %f16, 3, %f20
72 des_kexpand %f16, 2, %f18
73 std %f16, [$out + 0x40]
123 ldd [$key + 0x30], %f16
154 des_round %f16, %f18, %f0, %f0
224 ldd [$key + 0x48], %f16
254 des_round %f16, %f18, %f0, %f0
332 ldd [$key + 0x30], %f16
363 des_round %f16,
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h63 #define f16 16 macro
H A Ddarwin-fpsave.asm54 stfd f16,-128(r1)
82 lfd f16,-128(r1)
/freebsd-11-stable/sys/mips/include/
H A Dframe.h120 f_register_t f16; member in struct:trapframe
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl235 ldd [%o1 + 0x20], %f16
265 ldd [%o1 + 0x18], %f16
277 faligndata %f14, %f16, %f12
278 faligndata %f16, %f18, %f14
279 faligndata %f18, %f20, %f16
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl220 ldd [%o1 + 0x20], %f16
249 ldd [%o1 + 0x18], %f16
261 faligndata %f14, %f16, %f12
262 faligndata %f16, %f18, %f14
263 faligndata %f18, %f20, %f16
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h50 f16 = 8, // This is a 16 bit floating point value
57 FIRST_FP_VALUETYPE = f16,
119 v2f16 = 64, // 2 x f16
120 v3f16 = 65, // 3 x f16
121 v4f16 = 66, // 4 x f16
122 v8f16 = 67, // 8 x f16
123 v16f16 = 68, // 16 x f16
124 v32f16 = 69, // 32 x f16
188 nxv2f16 = 118, // n x 2 x f16
189 nxv4f16 = 119, // n x 4 x f16
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp126 // f16 is a storage-only type, always promote it to f32.
127 addRegisterClass(MVT::f16, &Mips::MSA128HRegClass);
128 setOperationAction(ISD::SETCC, MVT::f16, Promote);
129 setOperationAction(ISD::BR_CC, MVT::f16, Promote);
130 setOperationAction(ISD::SELECT_CC, MVT::f16, Promote);
131 setOperationAction(ISD::SELECT, MVT::f16, Promote);
132 setOperationAction(ISD::FADD, MVT::f16, Promote);
133 setOperationAction(ISD::FSUB, MVT::f16, Promote);
134 setOperationAction(ISD::FMUL, MVT::f16, Promote);
135 setOperationAction(ISD::FDIV, MVT::f16, Promot
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S456 lfd %f16,288(%r3)
834 ldc1 $f16, (4 * 36 + 8 * 16)($4)
859 ldc1 $f16, (4 * 36 + 8 * 16)($4)
950 ldc1 $f16, (8 * 51)($4)
1059 fld f16, (8 * 32 + 8 * 16)(a0)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S596 stda %f16, [PCB_REG + PCB_UFP + (1 * VIS_BLOCKSIZE)] %asi
613 2: ldda [%o0] %asi, %f16
628 fsrc1 %f16, %f32
644 stda %f16, [%o1] %asi
669 stda %f16, [PCB_REG + PCB_UFP + (1 * VIS_BLOCKSIZE)] %asi
780 stda %f16, [PCB_REG + PCB_UFP + (1 * VIS_BLOCKSIZE)] %asi
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp410 if (ST->has16BitInsts() && SLT == MVT::f16)
413 if (SLT == MVT::f32 || SLT == MVT::f16)
432 (SLT == MVT::f16 && ST->has16BitInsts())) {
437 if (SLT == MVT::f16 && ST->has16BitInsts()) {
442 // f16 div_fixup
447 if (SLT == MVT::f32 || SLT == MVT::f16) {
489 if (ST->has16BitInsts() && SLT == MVT::f16)

Completed in 284 milliseconds

123