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

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/sead/
H A Dsead_int.c54 unsigned int t0;
56 t0 = s0 & 0xf000;
57 t0 = t0 < 1;
58 t0 = t0 << 2;
59 a0 = a0 - t0;
60 s0 = s0 << t0;
62 t0 = s0 & 0xc000;
63 t0
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_int.c48 unsigned int t0;
50 t0 = s0 & 0xf000;
51 t0 = t0 < 1;
52 t0 = t0 << 2;
53 a0 = a0 - t0;
54 s0 = s0 << t0;
56 t0 = s0 & 0xc000;
57 t0
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dr2300_switch.S61 lw t0, TI_FLAGS(t3)
63 and t2, t0, t1
67 and t0, t0, t1
68 sw t0, TI_FLAGS(t3)
73 lw t0, ST_OFF(t3)
75 and t0, t0, t1
76 sw t0, ST_OFF(t3)
78 fpu_save_single a0, t0 # clobber
[all...]
H A Dhead.S33 PTR_LA t0, \@f
34 jr t0
49 dli t0, 0xffffffffc0000000
50 dmtc0 t0, CP0_ENTRYHI
51 li t0, 0x1c000 # Offset of text into node memory
54 or t1, t1, t0 # Physical load address of kernel text
55 or t2, t2, t0 # Physical load address of kernel data
60 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _CACHE_CACHABLE_COW) >> 6)
61 or t0, t0, t
[all...]
H A Dr4k_switch.S60 LONG_L t0, TI_FLAGS(t3)
62 and t2, t0, t1
66 and t0, t0, t1
67 LONG_S t0, TI_FLAGS(t3)
72 LONG_L t0, ST_OFF(t3)
74 and t0, t0, t1
75 LONG_S t0, ST_OFF(t3)
77 fpu_save_double a0 t0 t
[all...]
H A Dentry.S39 LONG_L t0, PT_STATUS(sp) # returning to kernel mode?
40 andi t0, t0, KU_USER
41 beqz t0, resume_kernel
48 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
49 bnez t0, work_pending
55 lw t0, TI_PRE_COUNT($28)
56 bnez t0, restore_all
58 LONG_L t0, TI_FLAGS($28)
59 andi t1, t0, _TIF_NEED_RESCHE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-ip27/
H A Dkernel-entry-init.h37 dli t0, KLDIR_OFFSET + (KLI_KERN_VARS * KLDIR_ENT_SIZE) + \
40 or t0, t0, t1 variable
41 ld t0, 0(t0) # t0 points to kern_vars struct variable
42 lh t1, KV_RO_NASID_OFFSET(t0)
43 lh t2, KV_RW_NASID_OFFSET(t0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-ip27/
H A Dkernel-entry-init.h37 dli t0, KLDIR_OFFSET + (KLI_KERN_VARS * KLDIR_ENT_SIZE) + \
40 or t0, t0, t1 variable
41 ld t0, 0(t0) # t0 points to kern_vars struct variable
42 lh t1, KV_RO_NASID_OFFSET(t0)
43 lh t2, KV_RW_NASID_OFFSET(t0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dbyteorder.h26 __u64 t0, t1, t2, t3; local
28 t0 = __kernel_inslh(x, 7); /* t0 : 0000000000AABBCC */
30 t1 |= t0; /* t1 : 000000CCDDAABBCC */
32 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */
34 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/sibyte/
H A Dboard.h44 #define setleds(t0,t1,c0,c1,c2,c3) \
45 li t0, (LEDS_PHYS|0xa0000000); \
47 sb t1, 0x18(t0); \
49 sb t1, 0x10(t0); \
51 sb t1, 0x08(t0); \
53 sb t1, 0x00(t0)
55 #define setleds(t0,t1,c0,c1,c2,c3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/sibyte/
H A Dboard.h44 #define setleds(t0,t1,c0,c1,c2,c3) \
45 li t0, (LEDS_PHYS|0xa0000000); \
47 sb t1, 0x18(t0); \
49 sb t1, 0x10(t0); \
51 sb t1, 0x08(t0); \
53 sb t1, 0x00(t0)
55 #define setleds(t0,t1,c0,c1,c2,c3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Dcarta_random.S17 #define t0 r16 define
24 pmpyshr2.u t0 = a, seed, 0
27 unpack2.l t0 = t1, t0
30 zxt4 lo = t0
31 shr.u hi = t0, 32
33 dep t0 = 0, hi, 15, 49 // t0 = (hi & 0x7fff)
35 shl t0 = t0, 1
[all...]
H A Dmemcpy.S30 # define t0 r18
52 or t0=in0,in1
55 or t0=t0,in2
76 and t0=0x7,t0
79 cmp.ne p6,p0=t0,r0
183 and t0=-8,src // t0 = src & ~7
186 ld8 t0
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-pnx8550/
H A Dkernel-entry-init.h35 cache_begin: li t0, (1<<28)
36 mtc0 t0, CP0_STATUS /* cp0 usable */ variable
44 mfc0 t0, CP0_CONFIG, 7 variable
47 and t0,~((1<<19) | (1<<20)) /* TLB/MAP cleared */ variable
48 mtc0 t0, CP0_CONFIG, 7 variable
64 /* read ConfigPR into t0 */
65 mfc0 t0, CP0_CONFIG, 7 variable
69 or t0, (1<<19) variable
72 /* or t0, (1<<26) */
75 /* or t0, (
77 and t0, CO_CONFIGPR_VALID variable
80 mtc0 t0, CP0_CONFIG, 7 variable
84 lui t0, 0x1BE0 variable
85 addi t0, t0, 0x3 variable
90 lui t0, 0x1000 variable
91 addi t0, t0, 0xf variable
97 lui t0, 0x1C00 variable
98 addi t0, t0, 0xb variable
103 lui t0, 0x0 variable
104 addi t0, t0, 0x0 variable
109 mfc0 t0, CP0_CONFIG variable
111 and t0, t0, 0xFFFFFFF8 variable
112 or t0, t0, 3 variable
113 mtc0 t0, CP0_CONFIG variable
132 addiu t0, t1, 1 variable
139 addiu t0, t2, 6 variable
156 addu t0, t0, t1 /* add bytes in a line */ variable
219 mtc0 t0, CP0_STATUS /* restore interrupt status on entry */ variable
257 mtc0 t0, CP0_STATUS /* restore interrupt status on entry */ variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-pnx8550/
H A Dkernel-entry-init.h35 cache_begin: li t0, (1<<28)
36 mtc0 t0, CP0_STATUS /* cp0 usable */ variable
44 mfc0 t0, CP0_CONFIG, 7 variable
47 and t0,~((1<<19) | (1<<20)) /* TLB/MAP cleared */ variable
48 mtc0 t0, CP0_CONFIG, 7 variable
64 /* read ConfigPR into t0 */
65 mfc0 t0, CP0_CONFIG, 7 variable
69 or t0, (1<<19) variable
72 /* or t0, (1<<26) */
75 /* or t0, (
77 and t0, CO_CONFIGPR_VALID variable
80 mtc0 t0, CP0_CONFIG, 7 variable
84 lui t0, 0x1BE0 variable
85 addi t0, t0, 0x3 variable
90 lui t0, 0x1000 variable
91 addi t0, t0, 0xf variable
97 lui t0, 0x1C00 variable
98 addi t0, t0, 0xb variable
103 lui t0, 0x0 variable
104 addi t0, t0, 0x0 variable
109 mfc0 t0, CP0_CONFIG variable
111 and t0, t0, 0xFFFFFFF8 variable
112 or t0, t0, 3 variable
113 mtc0 t0, CP0_CONFIG variable
132 addiu t0, t1, 1 variable
139 addiu t0, t2, 6 variable
156 addu t0, t0, t1 /* add bytes in a line */ variable
219 mtc0 t0, CP0_STATUS /* restore interrupt status on entry */ variable
257 mtc0 t0, CP0_STATUS /* restore interrupt status on entry */ variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Daisdram.S204 li t0,KSEG1 # t0 = KSEG1
205 or a0,a0,t0 # a0 points to the EROM
209 xor t0,a0,4
210 lw t0,0(t0)
215 lw t0,0(a0) # t0 = CIA
218 and t1,t0,ER_TAG
230 and s4,t0,CIA_CID_MAS
[all...]
H A Dboot.S130 li t0,0x1fa0000c # Set up CBR to 0x1fax_xxxx
132 mtc0 t0,$22,6
137 li t0,0xff40000c # change CBR to ff4x_xxxx
138 mtc0 t0,$22,6
145 mfc0 t0,C0_STATUS
147 and t0,t1
149 or t0,t1
150 mtc0 t0,C0_STATUS
156 li t0,-1
157 mtc0 t0,C0_COMPAR
[all...]
H A Dsisdram.S51 li t0,CID_TYPE_MASK
53 and t1,t0,s6
60 1: li t0,PHYSADDR_MASK
61 and t0,t0,ra
63 blt t0,t1,2f
65 la t0,1b
66 sub s5,ra,t0 # s5: Relocation factor
118 5: or t0,v0,s3
119 sw t2,0x3c(t0)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/atlas/
H A Datlas_int.c131 unsigned int t0;
133 t0 = s0 & 0xf000;
134 t0 = t0 < 1;
135 t0 = t0 << 2;
136 a0 = a0 - t0;
137 s0 = s0 << t0;
139 t0 = s0 & 0xc000;
140 t0
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrchr.S22 ldq_u t0, 0(a0) # .. e1 : load first quadword
28 cmpbge zero, t0, t2 # .. e1 : bits set iff byte == zero
34 xor t0, a1, t1 # .. e1 : make bytes == c zero
36 or t2, t3, t0 # e1 : bits set iff char match or zero match
37 andnot t0, t4, t0 # e0 : clear garbage bits
38 bne t0, $found # .. e1 (zdb)
40 $loop: ldq t0, 8(v0) # e0 :
43 xor t0, a1, t1 # .. e1 (ev5 data stall)
44 cmpbge zero, t0, t
[all...]
H A Dev67-strchr.S31 ldq_u t0, 0(a0) # L : load first quadword Latency=3
48 cmpbge zero, t0, t2 # E : bits set iff byte == zero
53 xor t0, a1, t1 # E : make bytes == c zero
55 or t2, t3, t0 # E : bits set iff char match or zero match
57 andnot t0, t4, t0 # E : clear garbage bits
58 cttz t0, a2 # U0 : speculative (in case we get a match)
60 bne t0, $found # U :
68 $loop: ldq t0, 8(v0) # L : Latency=3
70 xor t0, a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S61 and a1, 7, t0
62 beq t0, $aligned
66 ldq_u t0, 0(a1)
83 extql t0, a1, t0
94 or t0, t1, t0
103 stq t0, 0(a0)
116 ldq t0, 0(a1)
130 stq t0,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lib-32/
H A Dwatch.S24 li t0, 0x80000000
25 subu a0, t0
50 lw t0, watch_savelo
52 mtc0 t0, CP0_WATCHLO

Completed in 360 milliseconds

1234567