Home
last modified time | relevance | path

Searched refs:t8 (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-loongarch64.pl17 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$x)=map("\$r$_",(12..21));
195 la.local $t8,.Lsigma
196 ld.w @x[0],$t8,0 # 'expa'
197 ld.w @x[1],$t8,4 # 'nd 3'
198 ld.w @x[2],$t8,8 # '2-by'
199 ld.w @x[3],$t8,12 # 'te k'
220 ori $t8,$zero,10
231 addi.w $t8,$t8,-1
232 bnez $t8,.Loop_1x
235 la.local $t8,.Lsigma
[all …]
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-loongarch64.pl19 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$x)=map("\$r$_",(12..21));
51 lu12i.w $t8,$T_i_h /* load bits [31:12] of constant */
53 ori $t8,$t8,$T_i_l /* load bits [11:0] of constant */
55 add.w $t7,$t2,$t8 /* dst + X[k] + Const */
84 lu12i.w $t8,$T_i_h /* load bits [31:12] of Constant */
86 ori $t8,$t8,$T_i_l /* load bits [11:0] of Constant */
88 add.w $t7,$t2,$t8 /* dst + X[k] + Const */
117 lu12i.w $t8,$T_i_h /* load bits [31:12] of Constant */
119 ori $t8,$t8,$T_i_l /* load bits [11:0] of Constant */
120 add.w $t7,$t2,$t8 /* dst + X[k] + Const */
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl125 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
173 lwxs $t8,$i0($Tbl) # Te3[s3]
201 rotr $t8,$t8,24
210 xor $t0,$t8
300 ext $t8,$s3,0,8
307 $PTR_INS $i0,$t8,2,8
312 lw $t8,0($i0) # Te3[s3]
330 lw $t8,0($i0) # Te3[s3]
353 rotr $t8,$t8,24
379 lwl $t8,1($i0) # Te3[s3]
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_sm2p256-armv8.pl26 my ($t4,$t5,$t6,$t7,$t8)=map("x$_",(15..17,19,20));
641 adcs $t8,xzr,xzr
647 adcs $t8,$t8,xzr
653 adcs $t8,$t8,xzr
659 adcs $t8,$t8,$t1
665 adcs $t8,$t8,$t1
671 adds $s6,$t8,$t0
791 umulh $t8,$s7,$s7
799 adcs $t4,$t4,$t8
/freebsd/crypto/openssh/regress/
H A DMakefile5 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
151 t8.out t8.out.pub t9.out t9.out.pub \
213 $(OBJ)/t8.out:
218 t8: $(OBJ)/t8.out target
220 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t8.out > /dev/null ; \
221 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t8.out > /dev/null ; \
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dmips.pl101 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
589 sltu $t8,$ta0,$t0
593 $ADDU $v0,$t8
603 sltu $t8,$ta2,$t2
607 $ADDU $v0,$t8
628 sltu $t8,$ta0,$t0
632 $ADDU $v0,$t8
649 sltu $t8,$ta2,$t2
653 $ADDU $v0,$t8
719 sltu $t8,$t0,$ta0
[all …]
H A Drsaz-2k-avx512.pl536 my ($t6,$t7,$t8,$t9) = map("%ymm$_", (16..19));
539 my @t = ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9);
H A Drsaz-2k-avxifma.pl649 my ($t6,$t7,$t8,$t9) = map("%ymm$_", (6..9));
652 my @t = ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9);
H A Drsaz-3k-avx512.pl676 my ($t6,$t7,$t8,$t9,$t10,$t11,$t12,$t13,$t14,$t15) = map("%ymm$_", (16..25));
679 my @t = ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11,$t12,$t13,$t14,$t15);
H A Drsaz-3k-avxifma.pl843 my ($t8,$t9,$t10,$t11,$t12,$t13,$t14,$t15) = map("%ymm$_", (0..7));
846 my @t = ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11,$t12,$t13,$t14,$t15);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h51 __m256i t8, t9; variable
60 t8 = _mm256_add_epi64(addv8, z8);
63 z8 = _mm256_unpacklo_epi32(t8, t9);
64 z9 = _mm256_unpackhi_epi32(t8, t9);
66 t8 = _mm256_unpacklo_epi32(z8, z9);
70 z8 = _mm256_permutevar8x32_epi32(t8, permute);
H A Du4.h55 __m128i t8, t9; variable
61 t8 = _mm_set1_epi64x(in89);
64 z8 = _mm_add_epi64(addv8, t8);
67 t8 = _mm_unpacklo_epi32(z8, z9);
70 z8 = _mm_unpacklo_epi32(t8, t9);
71 z9 = _mm_unpackhi_epi32(t8, t9);
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c47 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in br_aes_ct_bitslice_Sbox() local
101 t8 = y5 & y1; in br_aes_ct_bitslice_Sbox()
102 t9 = t8 ^ t7; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c47 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in br_aes_ct64_bitslice_Sbox() local
101 t8 = y5 & y1; in br_aes_ct64_bitslice_Sbox()
102 t9 = t8 ^ t7; in br_aes_ct64_bitslice_Sbox()
/freebsd/lib/msun/src/
H A De_lgamma_r.c115 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
258 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in lgamma_r()
/freebsd/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl206 my $t8="v29";
611 pmull $t8.1q, $res3.1d, $h1.1d @ GHASH block 4k+3 - low
641 eor $acc_lb, $acc_lb, $t8.16b @ GHASH block 4k+3 - low
807 pmull $t8.1q, $res3.1d, $h1.1d @ GHASH block 4k+3 - low
829 eor $acc_lb, $acc_lb, $t8.16b @ GHASH block 4k+3 - low
1419 pmull $t8.1q, $res3.1d, $h1.1d @ GHASH block 4k+3 - low
1487 eor $acc_lb, $acc_lb, $t8.16b @ GHASH block 4k+3 - low
1662 pmull $t8.1q, $res3.1d, $h1.1d @ GHASH block 4k+3 - low
1700 eor $acc_lb, $acc_lb, $t8.16b @ GHASH block 4k+3 - low
2070 my $t8="v6";
[all …]
H A Daes-gcm-armv8-unroll8_64.pl221 my $t8=$res4;
632 pmull2 $t8.1q, $res7.2d, $h1.2d @ GHASH block 8k+7 - high
676 eor3 $acc_hb, $acc_hb, $t7.16b, $t8.16b @ GHASH block 8k+6, 8k+7 - high
928 pmull2 $t8.1q, $res7.2d, $h1.2d @ GHASH block 8k+7 - high
943 eor3 $acc_hb, $acc_hb, $t7.16b, $t8.16b @ GHASH block 8k+6, 8k+7 - high
1746 pmull2 $t8.1q, $res7.2d, $h1.2d @ GHASH block 8k+7 - high
1766 eor3 $acc_hb, $acc_hb, $t7.16b, $t8.16b @ GHASH block 8k+6, 8k+7 - high
2014 pmull2 $t8.1q, $res7.2d, $h1.2d @ GHASH block 8k+7 - high
2042 eor3 $acc_hb, $acc_hb, $t7.16b, $t8.16b @ GHASH block 8k+6, 8k+7 - high
2475 my $t8=$res4;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td80 def R20 : LoongArchReg<20, "r20", ["t8"]>, DwarfRegNum<[20]>;
105 // Temporary registers (t0...t8)
121 // a0...a7, t0...t8
/freebsd/crypto/openssl/crypto/
H A Dloongarch64cpuid.pl14 ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9)=map("\$r$_",(12..21));
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S204 #define t8 %r0 macro
302 LOAD t8, WORD*7(rs)
311 STORE t8, WORD*7(rd)
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c76 t8 = 6.10053602051788840313573150785080958e-03L, variable
280 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc23 // t0-t8 should be considered clobbered
28 "memory", "$t0", "$t1", "$t2", "$t3", "$t4", "$t5", "$t6", "$t7", "$t8"
/freebsd/lib/msun/ld80/
H A De_lgammal_r.c107 #define t8 (t8u.e) macro
316 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()
/freebsd/usr.bin/col/
H A DREADME28 #1234567 8\n# #1234567\t8\n# #1234567 8\n#
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_loongarch64.h100 DEFINE_GPR64_ALT(r20, t8, LLDB_INVALID_REGNUM),

12