Searched refs:t0 (Results 1 - 25 of 127) sorted by relevance

123456

/freebsd-10.0-release/tools/regression/lib/libmp/
H A Dtest-libmp.c36 *c42,*c43, *c44, *c45, *t0, *t1; variable
56 mp_madd(c42, c1, t0);
57 testmcmp(c43, t0, "madd0");
58 mp_madd(t0, c1, t0);
59 testmcmp(c44, t0, "madd1");
60 mp_msub(t0, c1, t0);
61 testmcmp(c43, t0, "msub0");
62 mp_msub(t0, c
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Dinckern.S29 PTR_LA t0, kernel_end
30 move sp, t0
33 PTR_LA t0, _startC
34 j t0
H A Dbcopy.S80 sltu t0,SRCREG,DSTREG # t0 == SRCREG < DSTREG
81 bne t0,zero,6f # copy backwards
99 andi t0,SRCREG,(SZREG-1) # get last bits of src
100 bne t0,zero,5f
107 and t0,SIZEREG,AT # count truncated to multiples
108 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
111 PTR_SUBU SIZEREG,t0
119 REG_L t0,(2*SZREG)(SRCREG)
124 REG_S t0,(
[all...]
H A Docteon_cop2_swtch.S48 or t0, t2, MIPS_SR_COP_2_BIT
49 and t0, t0, ~MIPS_SR_INT_IE
50 mtc0 t0, MIPS_COP_0_STATUS
53 dmfc0 t0, $9, 7
61 bbit1 t0, 28, save_nodfa
70 bbit1 t0, 26, save_done
90 dmfc0 t0, $15
92 beq t0, t1, save_pass1
150 or t0, t
[all...]
H A Dsupport.S146 move t0, a2
160 PTR_SUBU a2, t0, a2 # if the 4th arg was non-NULL
395 move t0, a2
399 sc t0, 0(a0) # store word
400 beqz t0, 1b
422 move t0, a2
426 scd t0, 0(a0) # store double word
427 beqz t0, 1b
523 PTR_SUBU t0, zero, a0 # compute # bytes to word align address
524 and t0, t
[all...]
H A Dlocore.S101 li t0, ~(MIPS_SR_DE | MIPS_SR_SR | MIPS_SR_ERL | MIPS_SR_EXL | MIPS_SR_INT_IE | MIPS_SR_COP_2_BIT)
107 li t0, ~(MIPS_SR_BEV | MIPS_SR_SR | MIPS_SR_INT_IE)
110 * t0: Bits to preserve if set:
114 li t0, (MIPS_SR_BEV | MIPS_SR_SR)
130 and t2, t0
136 li t0, MIPS_CCA_CACHED
137 mtc0 t0, MIPS_COP_0_CONFIG
178 REG_LI t0, ~7
179 and a0, a0, t0
H A Dmpboot.S62 li t0, MIPS_CCA_CACHED /* make sure kseg0 is cached */
63 mtc0 t0, MIPS_COP_0_CONFIG
75 sll t0, s0, PAGE_SHIFT + 1
76 addu sp, sp, t0
/freebsd-10.0-release/lib/libc/mips/string/
H A Dstrcmp.S52 lbu t0, 0(a0) # get two bytes and compare them
54 beq t0, zero, LessOrEq # end of first string?
55 bne t0, t1, NotEq
56 lbu t0, 1(a0) # unroll loop
59 beq t0, zero, LessOrEq # end of first string?
61 beq t0, t1, 1b
63 subu v0, t0, t1
H A Dbcopy.S91 sltu t0,SRCREG,DSTREG # t0 == SRCREG < DSTREG
92 bne t0,zero,6f # copy backwards
110 andi t0,SRCREG,(SZREG-1) # get last bits of src
111 bne t0,zero,5f
118 and t0,SIZEREG,AT # count truncated to multiples
119 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
122 PTR_SUBU SIZEREG,t0
130 REG_L t0,(2*SZREG)(SRCREG)
135 REG_S t0,(
[all...]
/freebsd-10.0-release/lib/libc/mips/sys/
H A Dsbrk.S56 PTR_LA t0, _C_LABEL(__curbrk)
57 PTR_L t0, 0(t0)
58 PTR_ADDU a0, a0, t0
65 move v0, t0 # return old val of curbrk from above
66 PTR_LA t0, _C_LABEL(__curbrk)
67 PTR_S a0, 0(t0) # save current val of curbrk from above
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp58 PB_DS_CLASS_NAME(T0 t0) : base_type(t0) argument
63 PB_DS_CLASS_NAME(T0 t0, T1 t1) : base_type(t0, t1) argument
68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) argument
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) argument
74 : base_type(t0, t1, t2, t3)
79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
80 : base_type(t0, t
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
[all...]
/freebsd-10.0-release/sys/mips/cavium/
H A Dasm_octeon.S53 1: ll t0, octeon_ap_boot
54 bne v0, t0, 1b
57 move t0, zero
58 sc t0, octeon_ap_boot
60 beqz t0, 1b
/freebsd-10.0-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S71 mfc0 t0, MIPS_COP_0_STATUS
72 move v0, t0
74 and t0, t0, ~MIPS_SR_INT_IE
75 mtc0 t0, MIPS_COP_0_STATUS
84 mfc0 t0, MIPS_COP_0_STATUS
86 or t0, t0, MIPS_SR_INT_IE
87 mtc0 t0, MIPS_COP_0_STATUS
99 ll t0,
[all...]
/freebsd-10.0-release/sys/mips/nlm/
H A Dmpreset.S85 mfc0 t0, MIPS_COP_0_STATUS
87 and t1, t0, t1
93 mfc0 t0, MIPS_COP_0_PRID, 1
94 srl t0, t0, 2 /* discard thread id */
95 andi t0, t0, 0x7 /* core id */
97 sll t0, t1, t0
98 nor t0, t
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
107 t0= (DES_LONG)(*(cp++));
108 t0|=(DES_LONG)Q_B1(*(cp++));
112 t0= (DES_LONG)(*(cp++));
115 t0+=z0;
116 t0&=0xffffffffL;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl54 $t0="r9";
78 mov $t0,$Elo,lsr#14
82 eor $t0,$t0,$Ehi,lsl#18
86 eor $t0,$t0,$Elo,lsr#18
88 eor $t0,$t0,$Ehi,lsl#14
90 eor $t0,$t0,
[all...]
H A Dsha1-parisc.pl52 $t0="%r28";
57 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$t0);
68 and $c,$b,$t0
72 or $t1,$t0,$t0
73 addl $t0,$e,$e
80 and $c,$b,$t0
85 or $t1,$t0,$t0
87 add $t0,
[all...]
H A Dsha256-armv4.pl29 $ctx="r0"; $t0="r0";
60 ldrb $t0,[$inp],#4
63 orr $T1,$T1,$t0,lsl#24
67 mov $t0,$e,ror#$Sigma1[0]
69 eor $t0,$t0,$e,ror#$Sigma1[1]
79 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e)
82 add $T1,$T1,$t0
93 orr $t0,
[all...]
H A Dsha1-mips.pl24 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
33 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
41 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
89 $t0="\$25";
98 srl $t0,@X[$i],24 # byte swap($i)
104 or @X[$i],$t0
110 sll $t0,$a,5 # $i
114 addu $e,$t0
115 xor $t0,$c,$d
118 and $t0,
[all...]
H A Dsha1-armv4-large.pl67 $t0="r9";
77 ldr $t0,[$Xi,#15*4]
82 eor $t0,$t0,$t1
85 mov $t0,$t0,ror#31
87 eor $t0,$t0,$t2,ror#31
88 str $t0,[$Xi,#-4]!
91 add $e,$e,$t0
[all...]
H A Dsha1-s390x.pl59 $t0="%r10";
104 lr $t0,$d
105 xr $t0,$c
107 nr $t0,$b
109 xr $t0,$d
111 alr $e,$t0
123 lr $t0,$b
125 xr $t0,$c
127 xr $t0,$d
129 alr $e,$t0
[all...]
H A Dsha1-thumb.pl28 $t0="r0";
44 sub $t0,#4
45 ldr $t1,[$t0]
169 ldmia $t0!,{$a,$b,$c,$d,$e} @ $t0 is r0 and holds ctx
170 mov $t0,$Xi
173 mov $t1,$t0
181 cmp $Xi,$t0
185 mov $t1,$t0
193 cmp $Xi,$t0
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/seed/
H A Dseed.c210 seed_word t0, t1; local
217 t0 = (x1 + x3 - KC0) & 0xffffffff;
218 t1 = (x2 - x4 + KC0) & 0xffffffff; KEYUPDATE_TEMP(t0, t1, &ks->data[0]);
219 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); KEYUPDATE_TEMP(t0, t1, &ks->data[2]);
222 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); KEYUPDATE_TEMP(t0, t1, &ks->data[4]);
223 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); KEYUPDATE_TEMP(t0, t1, &ks->data[6]);
224 KEYSCHEDULE_UPDATE0(t0, t
252 seed_word t0, t1; local
295 seed_word t0, t1; local
[all...]
/freebsd-10.0-release/sys/boot/i386/common/
H A Dcons.c102 uint32_t t0, t1; local
107 t0 = 0;
113 if (!t0)
114 t0 = t1;
115 if (t1 < t0 || t1 >= t0 + secs)
/freebsd-10.0-release/lib/libc/mips/gen/
H A Dsigsetjmp.S72 REG_L t0, (_JB_MAGIC * SZREG)(a0)
74 bne t0, t1, 1f # setjmp or _setjmp magic?

Completed in 123 milliseconds

123456