Home
last modified time | relevance | path

Searched refs:t5 (Results 1 – 25 of 33) sorted by relevance

12

/NextBSD/crypto/openssl/crypto/bn/asm/
HDppc64-mont.pl133 $t5="r29";
289 extrdi $t5,$t7,16,32
293 std $t5,`$FRAME+40`($sp)
302 lwz $t5,`0^$LITTLE_ENDIAN`($np)
317 mulhwu $t5,$a0,$t1
320 add $t5,$t5,$t6
321 add $t5,$t5,$t7
334 mullw $t2,$t5,$n0
340 extrwi $t5,$t0,16,0
344 std $t5,`$FRAME+40`($sp)
[all …]
/NextBSD/crypto/openssl/crypto/aes/asm/
HDaes-mips.pl117 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
158 lwxs $t5,$i1($Tbl) # Te2[s3>>8]
180 rotr $t5,$t5,16
186 xor $t1,$t5
187 lwxs $t5,$i1($Tbl) # Te0[s1>>24]
208 xor $t1,$t5
276 lw $t5,0($i1) # Te2[s3>>8]
302 lw $t5,0($i1) # Te2[s3>>8]
328 rotr $t5,$t5,16
338 lwl $t5,2($i1) # Te2[s3>>8]
[all …]
HDaes-x86_64.pl364 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
382 movzb ($sbox,$acc1,1),$t5 #$t1
389 shl \$8,$t5
394 xor $t5,$t1
396 movzb `&lo("$s0")`,$t5
406 movzb ($sbox,$t5,1),$t5 #$t2
413 shl \$16,$t5
422 xor $t5,$t2
932 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
950 movzb ($sbox,$acc1,1),$t5 #$t1
[all …]
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/
Dconstructors_destructor_fn_imps.hpp86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in PB_DS_CLASS_NAME() argument
87 : base_type(t0, t1, t2, t3, t4, t5) in PB_DS_CLASS_NAME()
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in PB_DS_CLASS_NAME() argument
94 : base_type(t0, t1, t2, t3, t4, t5, t6) in PB_DS_CLASS_NAME()
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in PB_DS_CLASS_NAME() argument
101 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) in PB_DS_CLASS_NAME()
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) in PB_DS_CLASS_NAME() argument
108 : base_type(t0, t1, t2, t3, t4, t5, t6, t7, t8) in PB_DS_CLASS_NAME()
/NextBSD/crypto/openssl/crypto/ec/
HDec2_mult.c177 BIGNUM *t3, *t4, *t5; in gf2m_Mxy() local
198 t5 = BN_CTX_get(ctx); in gf2m_Mxy()
199 if (t5 == NULL) in gf2m_Mxy()
202 if (!BN_one(t5)) in gf2m_Mxy()
232 if (!group->meth->field_div(group, t3, t5, t3, ctx)) in gf2m_Mxy()
/NextBSD/crypto/openssh/regress/
HDMakefile3 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t-exec
125 t5: target
127 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
/NextBSD/lib/msun/src/
HDe_lgammaf_r.c51 t5 = -3.28450352e-02, /* 0xbd068884 */ variable
179 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7))))); in __ieee754_lgammaf_r()
HDe_lgamma_r.c116 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable
262 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
/NextBSD/contrib/gcc/config/arm/
HDt-vxworks4 t4/t4be/t4t/t4tbe/t5/t5be/t5t/t5tbe/txscale/txscalebe
/NextBSD/share/misc/
HDscsi_modes169 {Reserved} *t5
266 {Reserved} *t5
294 {Active Format} t5
313 {Reserved} *t5
325 {Reserved} *t5
/NextBSD/sys/mips/include/
HDregdef.h67 #define t5 $13 macro
HDframe.h66 register_t t5; member
/NextBSD/contrib/gdb/gdb/regformats/
HDreg-mips.dat19 32:t5
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4.h483 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t5, u8 len16, in t4_ring_sq_db() argument
487 if (t5) { in t4_ring_sq_db()
516 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t5, u8 len16, in t4_ring_rq_db() argument
520 if (t5) { in t4_ring_rq_db()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDrwtop_example.txt29 # rwtop -C -t5
/NextBSD/lib/msun/ld128/
HDe_lgammal_r.c77 t5 = -3.27885410884813055008502586863748063e-02L, variable
284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()
/NextBSD/lib/msun/ld80/
HDe_lgammal_r.c108 #define t5 (t5u.e) macro
320 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()
/NextBSD/crypto/openssl/crypto/sha/asm/
HDsha512-x86_64.pl748 my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%xmm$_",(4..9));
792 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
1516 my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%xmm$_",(4..9));
1520 vmovdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
1872 my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%ymm$_",(4..9));
1876 vmovdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
/NextBSD/contrib/llvm/include/llvm/Support/
HDAlignOf.h197 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; variable
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXVector.td625 string t5 = !strconcat(t4, l);
626 string s = !strconcat(t5, "}");
634 string t5 = !strconcat(t4, elem);
635 string t6 = !strconcat(t5, ", $src1");
659 string t5 = !strconcat(t4, ShuffleOneLine<"4", "2", type>.s);
660 string t6 = !strconcat(t5, "\n\t");
903 string t5 = !strconcat(t4, pos);
904 string t6 = !strconcat(t5, ", ${src2}_");
920 string t5 = !strconcat(t4, Select_OneLine<type, "2">.s);
921 string t6 = !strconcat(t5, "\n\t");
/NextBSD/gnu/usr.bin/gdb/kgdb/
HDtrgt_mips.c133 offsetof(struct trapframe, t5),
/NextBSD/sys/mips/mips/
HDdb_interface.c93 { "t5", DB_OFFSET(t5), db_frame },
HDvm_machdep.c538 DB_PRINT_REG(trapframe, t5); in dump_trapframe()
/NextBSD/contrib/gcc/config/i386/
HDsse.md2617 rtx t1, t2, t3, t4, t5, t6, thirtytwo;
2627 t5 = gen_reg_rtx (V4SImode);
2647 emit_insn (gen_sse2_pshufd_1 (t5, t1, const0_rtx, const2_rtx,
2653 emit_insn (gen_sse2_punpckldq (op0, t5, t6));
2663 rtx t1, t2, t3, t4, t5, t6, thirtytwo;
2673 t5 = gen_reg_rtx (V2DImode);
2688 emit_insn (gen_sse2_umulv2siv2di3 (t5, gen_lowpart (V4SImode, op2),
2693 emit_insn (gen_ashlv2di3 (t5, t5, thirtytwo));
2697 emit_insn (gen_addv2di3 (op0, t6, t5));
/NextBSD/contrib/gcc/
HDtree.h3629 #define build4(c,t1,t2,t3,t4,t5) build4_stat (c,t1,t2,t3,t4,t5 MEM_STAT_INFO) argument
3632 #define build5(c,t1,t2,t3,t4,t5,t6) build5_stat (c,t1,t2,t3,t4,t5,t6 MEM_STAT_INFO) argument
3635 #define build7(c,t1,t2,t3,t4,t5,t6,t7,t8) \ argument
3636 build7_stat (c,t1,t2,t3,t4,t5,t6,t7,t8 MEM_STAT_INFO)

12