Searched refs:tmp1 (Results 1 - 25 of 79) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa110/
H A Duncompress.h16 unsigned long tmp1, tmp2; local
38 : "=&r" (tmp1), "=&r" (tmp2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa110/
H A Duncompress.h16 unsigned long tmp1, tmp2; local
38 : "=&r" (tmp1), "=&r" (tmp2)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dhead.h17 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \
18 rdpr %ver, %tmp1; \
20 srlx %tmp1, 32, %tmp1; \
22 cmp %tmp1, %tmp2; \
26 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \
27 rdpr %ver, %tmp1; \
28 srlx %tmp1, (32 + 16), %tmp2; \
31 sllx %tmp1, 16, %tmp1; \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dhead.h17 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \
18 rdpr %ver, %tmp1; \
20 srlx %tmp1, 32, %tmp1; \
22 cmp %tmp1, %tmp2; \
26 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \
27 rdpr %ver, %tmp1; \
28 srlx %tmp1, (32 + 16), %tmp2; \
31 sllx %tmp1, 16, %tmp1; \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dchecksum.c44 unsigned long tmp1, tmp2; local
62 "movel %1,%3\n\t" /* save len in tmp1 */
90 "movel %3,%1\n\t" /* restore len from tmp1 */
122 "=&d" (tmp1), "=&d" (tmp2)
143 unsigned long tmp1, tmp2; local
161 "movel %1,%4\n\t" /* save len in tmp1 */
205 "movel %4,%1\n\t" /* restore len from tmp1 */
313 "=&d" (tmp1), "=d" (tmp2)
329 unsigned long tmp1, tmp2; local
345 "movel %1,%4\n\t" /* save len in tmp1 */
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsemaphore-helper.h40 int tmp1, tmp2; local
50 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
81 int tmp1, tmp2; local
92 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
124 int tmp1, tmp2; local
134 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsemaphore-helper.h40 int tmp1, tmp2; local
50 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
81 int tmp1, tmp2; local
92 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
124 int tmp1, tmp2; local
134 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Ddo_csum.S104 #define tmp1 r26 define
135 add tmp1=buf,len // last byte's address
148 adds tmp2=-1,tmp1 // last-1
149 and lastoff=7,tmp1 // how many bytes off for last element
151 sub tmp1=8,lastoff // complement to lastoff
160 and tmp1=7, tmp1 // make sure that if tmp1==8 -> tmp1=0
164 shl tmp1
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djidctint.c152 INT32 tmp0, tmp1, tmp2, tmp3; local
217 tmp1 = (z2 - z3) << CONST_BITS;
221 tmp11 = tmp1 + tmp2;
222 tmp12 = tmp1 - tmp2;
229 tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
234 z2 = tmp1 + tmp2;
236 z4 = tmp1 + tmp3;
240 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
252 tmp1
[all...]
H A Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
H A Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
225 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
237 tmp1 = tmp11 + tmp12;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
324 tmp1 = tmp11 + tmp12;
351 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
353 outptr[6] = range_limit[IDESCALE(tmp1
[all...]
H A Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
157 tmp1 = dataptr[1] + dataptr[6];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
222 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Ddivide.S56 #define tmp1 $3 define
108 stq tmp1,24($30)
140 subq modulus,divisor,tmp1
143 cmovne compare,tmp1,modulus
149 ldq tmp1,24($30)
181 stq tmp1,24($30)
188 subq $31,$27,tmp1
191 cmovlt $28,tmp1,$27
192 ldq tmp1,24($30)
H A Dev6-divide.S66 #define tmp1 $3 define
120 stq tmp1,24($30) # L :
171 subq modulus,divisor,tmp1 # E :
180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
185 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
196 ldq tmp1,24($30) # L :
240 stq tmp1,24($30) # L :
248 subq $31,$27,tmp1 # E : U U L L
252 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
255 ldq tmp1,2
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dtraps.c379 long error, tmp1, tmp2, tmp3, tmp4; local
405 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
409 una_reg(reg) = tmp1|tmp2;
425 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
429 una_reg(reg) = (int)(tmp1|tmp2);
445 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
449 una_reg(reg) = tmp1|tmp2;
478 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
508 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
538 : "=r"(error), "=&r"(tmp1), "
699 unsigned long tmp1, tmp2, tmp3, tmp4; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgtsrmmu.h83 #define WINDOW_FLUSH(tmp1, tmp2) \
84 mov 0, tmp1; \
87 add tmp1, 1, tmp1; \
90 99: subcc tmp1, 1, tmp1; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpgtsrmmu.h83 #define WINDOW_FLUSH(tmp1, tmp2) \
84 mov 0, tmp1; \
87 add tmp1, 1, tmp1; \
90 99: subcc tmp1, 1, tmp1; \
/asus-wl-520gu-7.0.1.45/src/router/nvram/
H A Dnvram_linux.c81 char pid_buf[32], tmp1[130]; local
83 memset(tmp1, 0x0, 130);
157 char tmp1[130]; local
161 memset(tmp1, 0x0, 130);
169 sprintf(tmp1,"%s","ASUS_ROUTER");
170 value = tmp1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-sc.c91 unsigned long addr, tmp1, tmp2; local
117 : "=r" (tmp1), "=r" (tmp2), "=r" (addr));
122 unsigned long tmp1, tmp2, tmp3; local
147 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dchecksum.h55 unsigned int sum, tmp1; local
76 : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (tmp1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dchecksum.h55 unsigned int sum, tmp1; local
76 : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (tmp1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dmaui.c303 int tmp1, tmp2, ret; local
333 if ((tmp1 = maui_read()) == -1 || (tmp2 = maui_read()) == -1) {
338 if (tmp1 == 0xff || tmp2 == 0xff) {
342 printk(KERN_DEBUG "WaveFront hardware version %d.%d\n", tmp1, tmp2);
346 if ((tmp1 = maui_read()) == -1 || (tmp2 = maui_read()) == -1)
349 printk(KERN_DEBUG "WaveFront firmware version %d.%d\n", tmp1, tmp2);
353 tmp1 = 0;
355 tmp1 |= maui_read() << (7 * i);
357 printk(KERN_DEBUG "Available DRAM %dk\n", tmp1 / 1024);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/math-emu/
H A Dsfp-util.h44 UDItype tmp1, tmp2, tmp3, tmp4; \
69 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \

Completed in 233 milliseconds

1234