| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| riscv64-unwind-prologue-with-mv.s | 40 c.mv t3,ra 41 sd t3,8(sp) 43 ld t3,8(sp) 44 mv ra,t3
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| riscv64-unwind-prologue-with-mv.s | 40 c.mv t3,ra 41 sd t3,8(sp) 43 ld t3,8(sp) 44 mv ra,t3
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| anon-struct.cc | 51 } t3; typedef in typeref:struct:__anon20973 53 t3 v3;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| anon-struct.cc | 51 } t3; typedef in typeref:struct:__anon617 53 t3 v3;
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_mp_n_root.c | 32 mp_int t1, t2, t3; local 48 if ((res = mp_init (&t3)) != MP_OKAY) { 67 /* t3 = t1**(b-1) */ 68 if ((res = mp_expt_d (&t1, b - 1, &t3)) != MP_OKAY) { 74 if ((res = mp_mul (&t3, &t1, &t2)) != MP_OKAY) { 84 /* t3 = t1**(b-1) * b */ 85 if ((res = mp_mul_d (&t3, b, &t3)) != MP_OKAY) { 89 /* t3 = (t1**b - a)/(b * t1**(b-1)) */ 90 if ((res = mp_div (&t2, &t3, &t3, NULL)) != MP_OKAY) [all...] |
| /src/common/lib/libc/arch/alpha/string/ |
| bcopy.S | 92 ldq_u t3,0(DSTREG) 95 mskql t3,SRCREG,t3 96 or t2,t3,t2 123 ldq_u t3,0(DSTREG) 124 mskqh t3,SIZEREG,t3 125 or t4,t3,t4 142 ldq_u t3,7(SRCREG) 144 extqh t3,SRCREG,t [all...] |
| bzero.S | 34 bic a1,63,t3 /* t3 is # bytes to do 64 bytes at a time */ 64 bic a1,63,t3 /* recalc t3 (# bytes to do 64 bytes at a 71 beq t3,bzero_lp_done 77 subq t3,64,t3 83 bne t3,bzero_lp
|
| /src/tests/usr.bin/indent/ |
| lsym_type.c | 29 const t3 *const_no_init_ptr;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| type.f90 | 29 type :: t3 type 32 end type t3 36 type (t3), target :: t3v 37 type(t3), pointer :: t3p
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| type.f90 | 29 type :: t3 type 32 end type t3 36 type (t3), target :: t3v 37 type(t3), pointer :: t3p
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/alpha/ |
| alpha-mont.S | 45 ldq t3,0(a3) # np[0] 51 mulq t3,s5,t2 52 umulh t3,s5,t3 56 addq t3,AT,t3 78 addq t10,t3,t2 82 cmpult t2,t3,v0 86 addq t11,v0,t3 92 addq t3,v0,t [all...] |
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ |
| alpha-mont.S | 45 ldq t3,0(a3) # np[0] 51 mulq t3,s5,t2 52 umulh t3,s5,t3 56 addq t3,AT,t3 78 addq t10,t3,t2 82 cmpult t2,t3,v0 86 addq t11,v0,t3 92 addq t3,v0,t [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/ |
| alpha-mont.S | 45 ldq t3,0(a3) # np[0] 51 mulq t3,s5,t2 52 umulh t3,s5,t3 56 addq t3,AT,t3 78 addq t10,t3,t2 82 cmpult t2,t3,v0 86 addq t11,v0,t3 92 addq t3,v0,t [all...] |
| /src/lib/libc/arch/mips/gen/ |
| ldexp.S | 66 mfc1 t3, $f12 # get LSW of x 77 mtc1 t3, $f0 # save LSW of result 84 beq t3, zero, 9f # result is zero 87 * Find out how many leading zero bits are in t2,t3 and put in t9. 92 move v0, t3 119 * Now shift t2,t3 the correct number of bits. 129 sll t2, t3, t9 130 move t3, zero 135 srl ta0, t3, v0 137 sll t3, t3, t [all...] |
| /src/sys/arch/hppa/hppa/ |
| trap.S | 181 GET_CURLWP_SPACE(%sr1, %t3) 182 ldw L_PCB(%sr1, %t3), %t2 /* XXX can use ,sl */ 191 ldo NBPG+TRAPFRAME_SIZEOF(%t2), %t3 /* see cpu_lwp_fork */ 193 stw %t4, TF_R19-TRAPFRAME_SIZEOF(%sr1, %t3) /* t4 for vfork */ 194 stw %t1, TF_R22-TRAPFRAME_SIZEOF(%sr1, %t3) /* syscall # */ 198 stw %arg3, TF_R23 -TRAPFRAME_SIZEOF(%sr1, %t3) 199 stw %arg2, TF_R24 -TRAPFRAME_SIZEOF(%sr1, %t3) 200 stw %arg1, TF_R25 -TRAPFRAME_SIZEOF(%sr1, %t3) 201 stw %arg0, TF_R26 -TRAPFRAME_SIZEOF(%sr1, %t3) 202 stw %r27, TF_R27 -TRAPFRAME_SIZEOF(%sr1, %t3) /* dp * [all...] |
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| prepend.t | 33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3'); 37 is $t3, 'The value of $foo is: fillin'; 54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 58 is $t3, 'The value of $foo is: fillin'; 74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 78 is $t3, 'The value of $foo is: fillin';
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| prepend.t | 33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3'); 37 is $t3, 'The value of $foo is: fillin'; 54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 58 is $t3, 'The value of $foo is: fillin'; 74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6'); 78 is $t3, 'The value of $foo is: fillin';
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| float_unssidf.c | 35 qword t0, t1, t2, t3, t4, t5, t6, t7; local 39 t3 = si_ceqi (t0, 32); 42 t6 = si_andc (t4, t3);
|
| /src/common/lib/libc/arch/alpha/gen/ |
| byte_swap_4.S | 48 extbl a0, 3, t3 /* t3 = 0x 01 */ 51 or t3, t0, v0 /* v0 = 0x67 01 */
|
| /src/common/lib/libc/arch/mips/string/ |
| bcopy.S | 125 REG_L t3,(0*SZREG)(SRCREG) 130 REG_S t3,(0*SZREG)(DSTREG) 137 REG_L t3,(-4*SZREG)(SRCREG) 143 REG_S t3,(-4*SZREG)(DSTREG) 155 REG_L t3,0(SRCREG) 157 REG_S t3,0(DSTREG) 165 lb t3,0(SRCREG) 167 sb t3,0(DSTREG) 190 REG_LHI t3,0(SRCREG) 191 REG_LLO t3,SZREG-1(SRCREG [all...] |
| /src/bin/sh/USD.doc/ |
| Makefile | 6 SRCS= referargs t.mac t1 t2 t3 t4
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/ |
| ecp_nistz256-sparcv9.pl | 101 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7)=(map("%o$_",(0..5)),"%g4","%g5"); 180 # CPU is 64-bit. [Addition with 64-bit carry was introduced in T3, see 192 ld [$ap+12],$t3 200 mulx $t3,$bi,$t3 208 srlx $t3,32,@acc[4] 221 addccc @acc[3],$t3,@acc[3] 223 ld [$ap+12],$t3 285 mulx $t3,$bi,$t3 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/ |
| ecp_nistz256-sparcv9.pl | 101 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7)=(map("%o$_",(0..5)),"%g4","%g5"); 180 # CPU is 64-bit. [Addition with 64-bit carry was introduced in T3, see 192 ld [$ap+12],$t3 200 mulx $t3,$bi,$t3 208 srlx $t3,32,@acc[4] 221 addccc @acc[3],$t3,@acc[3] 223 ld [$ap+12],$t3 285 mulx $t3,$bi,$t3 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/ |
| ecp_nistz256-sparcv9.pl | 99 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7)=(map("%o$_",(0..5)),"%g4","%g5"); 178 # CPU is 64-bit. [Addition with 64-bit carry was introduced in T3, see 190 ld [$ap+12],$t3 198 mulx $t3,$bi,$t3 206 srlx $t3,32,@acc[4] 219 addccc @acc[3],$t3,@acc[3] 221 ld [$ap+12],$t3 283 mulx $t3,$bi,$t3 [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| sha1-alpha.pl | 37 $t3="t12"; 60 sll @X[$i],8,$t3 67 zapnot $t3,0x44,$t3 75 or @X[$i],$t3,@X[$i] 77 bic $d,$b,$t3 81 or $t2,$t3,$t2 85 srl $b,32,$t3 90 or $t3,$b,$b 100 bic $d,$b,$t3 [all...] |