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

1234

/freebsd-12-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-12-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-12-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl134 ldd [$key + 32], %f16
145 aes_eround01 %f16, %f4, %f2, %f0
147 ldd [$key + 16], %f16
155 aes_eround01_l %f16, %f4, %f2, %f0
212 ldd [$key + 32], %f16
223 aes_dround01 %f16, %f4, %f2, %f0
225 ldd [$key + 16], %f16
233 aes_dround01_l %f16, %f4, %f2, %f0
606 aes_eround01 %f16, %f0, %f2, %f4
608 ldd [$key + 208], %f16
[all...]
/freebsd-12-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl101 ldd [$key + 32], %f16
118 camellia_f %f16, %f2, %f0, %f2
119 ldd [$key + 16], %f16
136 camellia_f %f16, %f2, %f0, %f2
196 ldd [$key - 24], %f16
213 camellia_f %f16, %f2, %f0, %f2
214 ldd [$key - 24], %f16
231 camellia_f %f16, %f2, %f0, %f2
347 ldd [%o4 + 0], %f16
352 camellia_f %f16,
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h49 #define f16 16 macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips64.S39 sdc1 $f16, 32($sp)
66 ldc1 $f16, 32($sp)
/freebsd-12-stable/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh126 test_case f16 mtest text text
159 atf_add_test_case f16
/freebsd-12-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-12-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-12-stable/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl78 des_kexpand %f14, 1, %f16
80 des_kexpand %f16, 3, %f20
82 des_kexpand %f16, 2, %f18
83 std %f16, [$out + 0x40]
133 ldd [$key + 0x30], %f16
164 des_round %f16, %f18, %f0, %f0
234 ldd [$key + 0x48], %f16
264 des_round %f16, %f18, %f0, %f0
342 ldd [$key + 0x30], %f16
373 des_round %f16,
[all...]
/freebsd-12-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-12-stable/sys/mips/include/
H A Dframe.h122 f_register_t f16; member in struct:trapframe
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl227 ldd [%o1 + 0x20], %f16
256 ldd [%o1 + 0x18], %f16
268 faligndata %f14, %f16, %f12
269 faligndata %f16, %f18, %f14
270 faligndata %f18, %f20, %f16
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl242 ldd [%o1 + 0x20], %f16
272 ldd [%o1 + 0x18], %f16
284 faligndata %f14, %f16, %f12
285 faligndata %f16, %f18, %f14
286 faligndata %f18, %f20, %f16
/freebsd-12-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-12-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-12-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-12-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)
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dsupport.S577 stda %f16, [PCB_REG + PCB_UFP + (1 * VIS_BLOCKSIZE)] %asi
594 2: ldda [%o0] %asi, %f16
609 fsrc1 %f16, %f32
625 stda %f16, [%o1] %asi
650 stda %f16, [PCB_REG + PCB_UFP + (1 * VIS_BLOCKSIZE)] %asi
761 stda %f16, [PCB_REG + PCB_UFP + (1 * VIS_BLOCKSIZE)] %asi

Completed in 198 milliseconds

1234