Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/mips/
A Dmemcpy.S49 andi t0, 0x7
64 lb t0, 2(a1)
65 sb t0, 2(a0)
67 lb t0, 1(a1)
68 sb t0, 1(a0)
70 lb t0, 0(a1)
71 sb t0, 0(a0)
118 move a2, t0
120 ld t0, 0(a1)
130 lb t0, 0(a1)
[all …]
A Dmemset.S132 sll t0, a1, 8
133 or a1, t0
134 sll t0, a1, 16
135 or a1, t0 # a1 is now pattern in full word
138 subu t0, zero, a0 # Unaligned address?
139 andi t0, 0x3
140 beq t0, zero, L(chkw)
141 subu a2, t0
161 beq t0, a2, L(chkl)
162 subu a3, a2, t0
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/
A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table() argument
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() argument
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument
130 : base_type(t0, t1, t2, t3) { } in basic_hash_table()
134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table()
139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch() argument
576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() argument
579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument
583 : base_type(t0, t1, t2, t3) { } in basic_branch()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dmakecontext.S93 PTR_L t0, STACK_SP(a0)
96 PTR_ADDU t0, t2
97 and t0, ALMASK
115 PTR_SUBU t0, t2
116 and t0, ALMASK
119 move t2, t0
131 PTR_ADDIU t0, -(NARGSAVE * SZREG)
139 REG_S t0, (29 * SZREG + MCONTEXT_GREGS)(a0) /* sp */
A Dsyscall_error.S52 REG_L t0, V0OFF(sp)
53 sw t0, 0(v0)
A Dsyscall.S49 lw t0,5*4(sp)
53 sw t0,4*4(sp)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/
A Dsysdep-cancel.h37 SINGLE_THREAD_P(t0); \
38 bne zero, t0, L(pseudo_cancel); \
96 # define SAVESTK_5 lw t0, 16(sp); \
98 sw t0, 16(sp)
100 # define SAVESTK_6 lw t0, 16(sp); \
103 sw t0, 16(sp); \
106 # define SAVESTK_7 lw t0, 16(sp); \
110 sw t0, 16(sp); \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/
A Dvfork.S31 ldq t0, __libc_pthread_functions(gp) !gprel
32 bne t0, HIDDEN_JUMPTARGET (fork) !samegp
35 ldq t0, pthread_create(gp) !literal
36 bne t0, $do_fork
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dmemcpy.S27 ldd [%src + offset + 0x00], %t0; \
31 st %t0, [%dst + offset + 0x00]; \
41 ldd [%src + offset + 0x00], %t0; \
45 std %t0, [%dst + offset + 0x00]; \
53 st %t0, [%dst - offset - 0x10]; \
112 srl %t0, shir, %t5; \
114 sll %t0, shil, %t0; \
117 or %t6, %t0, %t0; \
130 srl %t0, shir, %t4; \
132 sll %t0, shil, %t6; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A D__syscall_rt_sigaction.S44 ldl t0, 8(a1) # sa_flags
56 and t0, 0x40, t0 # SA_SIGINFO
57 cmovne t0, t1, a4
A Ddivrem.h44 #define divisor t0
98 stq t0, 0(sp)
140 $done: ldq t0, 0(sp)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/
A Dvfork.S31 ldah t0, -0x8000; \
33 cmovne a2, t1, t0; \
34 stl t0, PID_OFFSET(v0);
A Dpt-vfork.S30 negl a2, t0; \
31 stl t0, PID_OFFSET(v0);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/mips/
A Dsysdep-cancel.h123 # define SAVESTK_5 lw t0, 16(sp); \
125 sw t0, 16(sp)
127 # define SAVESTK_6 lw t0, 16(sp); \
130 sw t0, 16(sp); \
133 # define SAVESTK_7 lw t0, 16(sp); \
137 sw t0, 16(sp); \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/sparcv9b/
A Dmemcpy.S338 ldx [%src - offset - 0x20], %t0; \
342 stw %t0, [%dst - offset - 0x1c]; \
343 srlx %t0, 32, %t0; \
344 stw %t0, [%dst - offset - 0x20]; \
356 ldx [%src - offset - 0x20], %t0; \
360 stx %t0, [%dst - offset - 0x20]; \
364 ldx [%src - offset - 0x40], %t0; \
368 stx %t0, [%dst - offset - 0x40]; \
374 ldx [%src + offset + 0x00], %t0; \
376 stw %t0, [%dst + offset + 0x04]; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/
A Dmemcpy.S87 ldx [%src + offset + 0x00], %t0; \
91 stw %t0, [%dst + offset + 0x04]; \
92 srlx %t0, 32, %t0; \
93 stw %t0, [%dst + offset + 0x00]; \
105 ldx [%src + offset + 0x00], %t0; \
109 stx %t0, [%dst + offset + 0x00]; \
123 ldx [%src - offset - 0x10], %t0; \
126 srlx %t0, 32, %t2; \
145 srlx %t0, 32, %t0; \
176 ldx [%src + offset + 0x00], %t0; \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Ddes.c423 u_int32_t t0, t1; in des_setkey() local
427 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()
431 en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] in des_setkey()
432 | comp_maskl[1][(t0 >> 14) & 0x7f] in des_setkey()
433 | comp_maskl[2][(t0 >> 7) & 0x7f] in des_setkey()
434 | comp_maskl[3][t0 & 0x7f] in des_setkey()
441 en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] in des_setkey()
442 | comp_maskr[1][(t0 >> 14) & 0x7f] in des_setkey()
443 | comp_maskr[2][(t0 >> 7) & 0x7f] in des_setkey()
444 | comp_maskr[3][t0 & 0x7f] in des_setkey()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/
A Dregdef.h40 #define t0 $12 macro
49 #define t0 $8 /* caller saved */ macro

Completed in 37 milliseconds

12