Searched refs:t3 (Results 1 - 25 of 105) sorted by relevance

12345

/src/common/lib/libc/arch/alpha/string/
H A Dbcopy.S92 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,SRCRE
[all...]
H A Dbzero.S34 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
H A Dffs.S57 zapnot t1, 0x03, t3
58 bne t3, Ldo16
/src/tests/usr.bin/indent/
H A Dlsym_type.c29 const t3 *const_no_init_ptr;
/src/lib/libc/arch/mips/gen/
H A Dldexp.S66 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, t
[all...]
H A D_resumecontext.S62 .cpsetup ra, t3, __resumecontext
73 REG_S t3, _UC_GREGS_GP(a0)
H A Dswapcontext.S58 /* PIC_PROLOGUE saved gp in t3 */
59 REG_S t3, _UC_GREGS_GP(v1)
70 SETUP_GP64(t3,swapcontext);
/src/sys/arch/hppa/hppa/
H A Dtrap.S181 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) /* d
[all...]
H A Dlocore.S204 * Put page aligned %arg3 into %t3. It is the start of available
207 ldo NBPG-1(%arg3), %t3
208 dep %r0, 31, PGSHIFT, %t3
214 stw %t3, R%(n)(%t1) ! \
215 add %t3, %t2, %t3
221 copy %t3, %t2
231 ldo NBPG+TRAPFRAME_SIZEOF(%t3), %sp
232 mtctl %t3, CR_FPPADDR
235 stw %r0, PCB_ONFAULT(%t3)
[all...]
H A Dlock_stubs.S84 ldo (MTX_LOCK + HPPA_LDCW_ALIGN - 1)(%arg0), %t3
85 depi 0, 31, 4, %t3 /* bits[28-31] = 0 */
87 stw %t2, 0(%t3) /* %t3 is properly aligned */
253 copy %ret0, %t3
254 depi 0, 31, 4, %t3
256 /* %t3 is the interlock address */
257 ldcw 0(%t3), %ret0
260 ldw 0(%t3), %ret0
263 ldcw 0(%t3),
[all...]
/src/common/lib/libc/arch/alpha/gen/
H A Dbyte_swap_4.S48 extbl a0, 3, t3 /* t3 = 0x 01 */
51 or t3, t0, v0 /* v0 = 0x67 01 */
/src/common/lib/libc/arch/mips/string/
H A Dbcopy.S125 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,SZRE
[all...]
/src/bin/sh/USD.doc/
H A DMakefile6 SRCS= referargs t.mac t1 t2 t3 t4
/src/lib/libc/arch/mips/sys/
H A Dcerror.S53 PIC_PROLOGUE(__cerror) # saves caller gp in t3 (n32/n64)
58 PTR_S t3, CALLFRAME_GP(sp) # save caller gp (in t3)
78 # on the stack and not in the t3 reg (for the n32/n64 case).
H A Dgetcontext.S52 /* PIC_PROLOGUE saved gp in t3 */
53 REG_S t3, _UC_GREGS_GP(a0)
/src/sys/arch/mips/include/
H A Dregdef.h59 #define t3 $15 macro
64 #define t3 $11 macro
93 * should be used only when we need more than t0-t3.
/src/lib/csu/arch/mips/
H A Dcrt0.S53 SETUP_GP64(t3, __start)
/src/sys/dev/acpi/
H A Dacpi_timer.c143 uint32_t t1, t2, t3; local in function:acpitimer_read_safe
146 (void)AcpiGetTimer(&t3);
150 t2 = t3;
152 (void)AcpiGetTimer(&t3);
154 } while ((t1 > t2) || (t2 > t3));
/src/sys/dev/ic/
H A Dacpipmtimer.c79 uint32_t t1, t2, t3; local in function:acpihwtimer_read_safe
82 t3 = r(h);
85 t2 = t3;
86 t3 = r(h);
87 } while ((t1 > t2) || (t2 > t3));
/src/sys/dev/tc/
H A Dif_le_ioasic.c283 uint32_t t1, t2, t3, t4; local in function:le_ioasic_copytobuf_gap16
289 t3 = *(uint32_t *)(from + 10);
295 dst[2] = (t2 >> 16) | (t3 << 16);
296 dst[3] = (t3 >> 16) | (t4 << 16);
308 uint32_t t0, t1, t2, t3; local in function:le_ioasic_copytobuf_gap16
310 t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3];
311 dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3;
362 uint32_t t0, t1, t2, t3; local in function:le_ioasic_copyfrombuf_gap16
365 t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3];
371 *(uint32_t *)(to + 10) = (t2 >> 16) | (t3 << 1
383 uint32_t t0, t1, t2, t3; local in function:le_ioasic_copyfrombuf_gap16
[all...]
/src/sys/arch/playstation2/playstation2/
H A Dlocore_machdep.S70 lw t3, _C_LABEL(md_imask)
74 nor ta0, zero, t3
76 and t3, t3, t0
77 or t0, t3, ta0
78 and t3, t0, a0 /* INTC */
80 sw t3, 0(a1)
138 2: lw t3, 0(t0) # copy
139 sw t3, 0(ta0)
/src/sys/arch/mips/mips/
H A Dfp.S1002 bne t3, zero, result_fs_d
1011 beq t3, zero, 3f
1066 move t3, zero
1080 sltu t9, zero, t3 # dont lose any one bits
1082 srl t3, t2, v1 # shift FSs fraction
1087 sll t9, t3, v0 # save bits shifted out
1088 srl t3, t3, v1 # shift FSs fraction
1090 or t3, t3, v
[all...]
/src/sys/arch/newsmips/stand/boot/
H A Dlocore.S50 lw t3, 0(t0)
52 sw t3, 0(t1)
/src/sys/crypto/aes/
H A Daes_bear.c345 aesbear_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3) argument
352 s3 = *t3 >> 31;
356 *t3 = (*t3 << 1) ^ s2;
373 uint32_t t0, t1, t2, t3; local in function:aesbear_xts_update_selftest
379 t3 = cases[i].in[3];
380 aesbear_xts_update(&t0, &t1, &t2, &t3);
384 t3 != cases[i].out[3])
399 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local in function:aesbear_xts_enc
414 t3
503 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local in function:aesbear_xts_dec
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h105 uint64_t t0, t1, t2, t3; local in function:fe25519_tobytes
111 t3 = (t[3] >> 39) | (t[4] << 12);
115 STORE64_LE(s + 24, t3);

Completed in 24 milliseconds

12345