Searched refs:t1 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ar71xx/image/lzma-loader/src/
H A Dhead.S39 li t1, 0x1000001f
40 or t0, t1
59 la t1, _code_start # get linked address of _code_start
61 addu t0, t0, t1 # calculate actual address of _code_start
65 sw t3, 0(t1)
66 add t1, 4
67 blt t1, t2, __reloc_copy
72 la t1, _code_end
76 and t1, t2
88 bne t0, t1, __flush_lin
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/image/lzma-loader/src/
H A Dhead.S66 li t1, ~(0xFF01)
67 and t0, t1 # mask interrupts
70 move t1, ra # save return address
76 move ra, t1 # restore return address
82 la t1, _code_start # get linked address of _code_start
84 addu t0, t0, t1 # calculate actual address of _code_start
88 sw t3, 0(t1)
89 add t1, 4
90 blt t1, t2, __reloc_copy
134 addu t1,t
[all...]
/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/image/lzma-loader/src/
H A Dhead.S99 addu t1,t0,s2 /* + size of cache == end */
104 bne t0,t1,1b
144 addu t1,t0,s4 /* + size of cache == end */
149 bne t0,t1,1b
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/lzma-loader/src/
H A Dhead.S94 addu t1,t0,s2 /* + size of cache == end */
99 bne t0,t1,1b
139 addu t1,t0,s4 /* + size of cache == end */
144 bne t0,t1,1b
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A Dstart.S98 addu t1,t0,s2 /* + size of cache == end */
101 bne t0,t1,1b
141 addu t1,t0,s4 /* + size of cache == end */
144 bne t0,t1,1b
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A DAR6001_regdump.h29 A_UINT32 t1; member in struct:MIPS_exception_frame_s
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dlkc_proto.h41 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
H A Dexpr.c984 int expr_compare_type(enum expr_type t1, enum expr_type t2) argument
989 if (t1 == t2)
991 switch (t1) {
1011 printf("[%dgt%d?]", t1, t2);
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-hub.c253 #define tick_before(t1, t2) ((s16)(((s16)(t1)) - ((s16)(t2))) < 0)
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dbignum.c513 int ret, i, v0, t1; local
517 t1 = count & (biL - 1);
541 if( t1 > 0 )
545 r1 = X->p[i] >> (biL - t1);
546 X->p[i] <<= t1;

Completed in 119 milliseconds