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

1234567

/freebsd-11-stable/contrib/netbsd-tests/lib/csu/arch/alpha/
H A Dh_initfini_align.S13 and sp, 7, t0
14 cmoveq t0, 1, v0
/freebsd-11-stable/lib/libmp/tests/
H A Dlegacy_test.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-11-stable/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...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dexception.S54 sd t0, (TF_T + 0 * 8)(sp)
87 mv t0, sp
88 srli t0, t0, 63
90 beqz t0, 1b
97 add t0, sp, t1
98 sd t0, (TF_SP)(sp)
101 csrr t0, sscratch
102 sd t0, (TF_SP)(sp)
104 li t0,
[all...]
H A Dlocore.S64 la t0, htif_ring
69 add t0, t0, s0
72 sd t1, 0(t0) /* zero data */
73 sd t1, 8(t0) /* zero used */
74 mv t2, t0
75 mv t3, t0
78 add t4, t0, t5
88 sd t0, 16(t3) /* last -> first */
91 add s0, t0, t
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/usr.bin/bmake/tests/basic/
H A DMakefile5 TESTS_SUBDIRS= t0 t1 t2 t3
/freebsd-11-stable/usr.bin/bmake/tests/sysmk/
H A DMakefile5 TESTS_SUBDIRS= t0 t1 t2
/freebsd-11-stable/usr.bin/bmake/tests/sysmk/t0/2/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0/2
/freebsd-11-stable/usr.bin/bmake/tests/sysmk/t0/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/sysmk/t0
/freebsd-11-stable/usr.bin/bmake/tests/variables/
H A DMakefile5 TESTS_SUBDIRS= modifier_M modifier_t opt_V t0
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dstart.S61 dla $t0, __bss_start
65 beq $t0, $t1, bss_done
67 sd $zero, 0($t0)
68 daddiu $t0, 8
/freebsd-11-stable/crypto/openssh/
H A Dsmult_curve25519_ref.c190 unsigned int t0[32]; local
196 /* 8 */ square(t0,t1);
197 /* 9 */ mult(z9,t0,z);
199 /* 22 */ square(t0,z11);
200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9);
202 /* 2^6 - 2^1 */ square(t0,z2_5_0);
203 /* 2^7 - 2^2 */ square(t1,t0);
204 /* 2^8 - 2^3 */ square(t0,t1);
205 /* 2^9 - 2^4 */ square(t1,t0);
206 /* 2^10 - 2^5 */ square(t0,t
[all...]
H A Dfe25519.c228 fe25519 t0; local
234 /* 8 */ fe25519_square(&t0,&t1);
235 /* 9 */ fe25519_mul(&z9,&t0,x);
237 /* 22 */ fe25519_square(&t0,&z11);
238 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9);
240 /* 2^6 - 2^1 */ fe25519_square(&t0,&z2_5_0);
241 /* 2^7 - 2^2 */ fe25519_square(&t1,&t0);
242 /* 2^8 - 2^3 */ fe25519_square(&t0,&t1);
243 /* 2^9 - 2^4 */ fe25519_square(&t1,&t0);
244 /* 2^10 - 2^5 */ fe25519_square(&t0,
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S68 mfc0 t0, MIPS_COP_0_STATUS
69 move v0, t0
71 and t0, t0, ~MIPS_SR_INT_IE
72 mtc0 t0, MIPS_COP_0_STATUS
81 mfc0 t0, MIPS_COP_0_STATUS
83 or t0, t0, MIPS_SR_INT_IE
84 mtc0 t0, MIPS_COP_0_STATUS
96 ll t0,
[all...]
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcat.c25 unsigned int a0, a1, t0, t1; local
88 for (t0 = 0; t0 < __arraycount(tab); ++t0) {
91 memcpy(&buf0[a0], tab[t0].val,
92 tab[t0].len + 1);
104 "t0 %d, t1 %d\n",
105 a0, a1, t0, t1);
111 if (memcmp(&buf0[a0] + tab[t0].len,
115 "t0
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
111 t0 = (DES_LONG)(*(cp++));
112 t0 |= (DES_LONG)Q_B1(*(cp++));
115 t0 = (DES_LONG)(*(cp++));
118 t0 += z0;
119 t0 &= 0xffffffffL;
122 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL))
124 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
/freebsd-11-stable/usr.bin/bmake/tests/syntax/
H A DMakefile5 TESTS_SUBDIRS= directive-t0 enl funny-targets semi
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl71 $t0="r9";
95 mov $t0,$Elo,lsr#14
99 eor $t0,$t0,$Ehi,lsl#18
103 eor $t0,$t0,$Elo,lsr#18
105 eor $t0,$t0,$Ehi,lsl#14
107 eor $t0,$t0,
[all...]

Completed in 147 milliseconds

1234567