Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 25 of 63) sorted by relevance

123

/linux-2.4.37.9/include/asm-sparc64/
Dhead.h19 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument
21 sethi %hi(__CHEETAH_ID), %tmp2; \
23 or %tmp2, %lo(__CHEETAH_ID), %tmp2;\
24 cmp %tmp1, %tmp2; \
28 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument
30 sethi %hi(__JALAPENO_ID), %tmp2; \
32 or %tmp2, %lo(__JALAPENO_ID), %tmp2;\
33 cmp %tmp1, %tmp2; \
37 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument
39 srlx %tmp1, (32 + 16), %tmp2; \
[all …]
/linux-2.4.37.9/include/asm-ppc64/
Dspinlock.h65 unsigned long tmp, tmp2; in spin_lock() local
98 : "=&r"(tmp), "=&r"(tmp2) in spin_lock()
107 unsigned long tmp, tmp2; in spin_lock() local
136 : "=&r"(tmp), "=&r"(tmp2) in spin_lock()
222 unsigned long tmp, tmp2; in read_lock() local
254 : "=&r"(tmp), "=&r"(tmp2) in read_lock()
263 unsigned long tmp, tmp2; in read_lock() local
291 : "=&r"(tmp), "=&r"(tmp2) in read_lock()
361 unsigned long tmp, tmp2; in write_lock() local
394 : "=&r"(tmp), "=&r"(tmp2) in write_lock()
[all …]
/linux-2.4.37.9/arch/m68k/lib/
Dchecksum.c44 unsigned long tmp1, tmp2; in csum_partial() local
122 "=&d" (tmp1), "=&d" (tmp2) in csum_partial()
143 unsigned long tmp1, tmp2; in csum_partial_copy_from_user() local
313 "=&d" (tmp1), "=d" (tmp2) in csum_partial_copy_from_user()
317 *csum_err = tmp2; in csum_partial_copy_from_user()
329 unsigned long tmp1, tmp2; in csum_partial_copy() local
416 "=&d" (tmp1), "=&d" (tmp2) in csum_partial_copy()
/linux-2.4.37.9/arch/alpha/kernel/
Dtraps.c396 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local
422 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna()
426 una_reg(reg) = tmp1|tmp2; in do_entUna()
442 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna()
446 una_reg(reg) = (int)(tmp1|tmp2); in do_entUna()
462 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna()
466 una_reg(reg) = tmp1|tmp2; in do_entUna()
495 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2), in do_entUna()
525 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2), in do_entUna()
555 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2), in do_entUna()
[all …]
/linux-2.4.37.9/arch/ia64/lib/
Ddo_csum.S105 #define tmp2 r27 macro
148 adds tmp2=-1,tmp1 // last-1
152 and last=-8,tmp2 // address of word containing last byte
161 shl tmp2=firstoff,3 // number of bits
168 shl hmask=hmask,tmp2 // build head mask, mask off [0,first1off[
263 shr.u tmp2=result1[0],32
265 add result1[0]=tmp1,tmp2
268 shr.u tmp2=result1[0],16
270 add result1[0]=tmp1,tmp2
273 shr.u tmp2=result1[0],16
[all …]
/linux-2.4.37.9/include/asm-sparc/
Dbitops.h29 register int tmp2 asm("g4"); in test_and_set_bit()
40 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_set_bit()
52 register int tmp2 asm("g4"); in set_bit()
63 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in set_bit()
73 register int tmp2 asm("g4"); in test_and_clear_bit()
84 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_clear_bit()
96 register int tmp2 asm("g4"); in clear_bit()
107 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in clear_bit()
117 register int tmp2 asm("g4"); in test_and_change_bit()
128 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_change_bit()
[all …]
Datomic.h56 register int tmp2 asm("g4"); in __atomic_add()
66 : "=&r" (increment), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __atomic_add()
78 register int tmp2 asm("g4"); in __atomic_sub()
88 : "=&r" (increment), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __atomic_sub()
Dpgtsrmmu.h91 #define WINDOW_FLUSH(tmp1, tmp2) \ argument
93 98: ld [%g6 + AOFF_task_thread + AOFF_thread_uwinmask], tmp2; \
94 orcc %g0, tmp2, %g0; \
/linux-2.4.37.9/include/asm-m68k/
Dsemaphore-helper.h40 int tmp1, tmp2; in waking_non_zero() local
50 : "=d" (ret), "=d" (tmp1), "=d" (tmp2) in waking_non_zero()
81 int tmp1, tmp2; in waking_non_zero_interruptible() local
92 : "=d" (ret), "=d" (tmp1), "=d" (tmp2) in waking_non_zero_interruptible()
124 int tmp1, tmp2; in waking_non_zero_trylock() local
134 : "=d" (ret), "=d" (tmp1), "=d" (tmp2) in waking_non_zero_trylock()
/linux-2.4.37.9/arch/mips64/mm/
Dsc-ip22.c89 unsigned long addr, tmp1, tmp2; in indy_sc_enable() local
115 : "=r" (tmp1), "=r" (tmp2), "=r" (addr)); in indy_sc_enable()
120 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
145 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/linux-2.4.37.9/arch/mips/mm/
Dsc-ip22.c89 unsigned long addr, tmp1, tmp2; in indy_sc_enable() local
115 : "=r" (tmp1), "=r" (tmp2), "=r" (addr)); in indy_sc_enable()
120 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
145 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/linux-2.4.37.9/drivers/mtd/nand/
Dnand_ecc.c50 u_char a, b, i, tmp1, tmp2; in nand_trans_result() local
54 tmp1 = tmp2 = 0; in nand_trans_result()
71 tmp2 |= b; in nand_trans_result()
74 tmp2 |= b; in nand_trans_result()
81 ecc_code[1] = tmp2; in nand_trans_result()
/linux-2.4.37.9/arch/alpha/lib/
Ddivide.S57 #define tmp2 $4 macro
111 DIV_ONLY(stq tmp2,32($30))
137 2: DIV_ONLY(addq quotient,mask,tmp2)
141 DIV_ONLY(cmovne compare,tmp2,quotient)
150 DIV_ONLY(ldq tmp2,32($30))
Dev6-divide.S67 #define tmp2 $4 macro
123 DIV_ONLY(stq tmp2,32($30)) # L : L U U L
165 DIV_ONLY(addq quotient,mask,tmp2) # E :
174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
201 DIV_ONLY(ldq tmp2,32($30)) # L :
/linux-2.4.37.9/arch/arm/kernel/
Dfiq.c122 register unsigned long tmp, tmp2; in set_fiq_regs() local
143 : "=&r" (tmp), "=&r" (tmp2) in set_fiq_regs()
154 register unsigned long tmp, tmp2; in get_fiq_regs() local
175 : "=&r" (tmp), "=&r" (tmp2) in get_fiq_regs()
/linux-2.4.37.9/include/asm-alpha/
Dsemaphore.h118 long ret, tmp, tmp2, sub; in __down_trylock() local
157 : "=&r"(ret), "=&r"(tmp), "=&r"(tmp2), "=&r"(sub) in __down_trylock()
166 long ret, tmp, tmp2, tmp3; in __up() local
202 : "=&r"(ret), "=&r"(tmp), "=&r"(tmp2), "=&r"(tmp3) in __up()
/linux-2.4.37.9/drivers/ide/pci/
Daec62xx.c240 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; in aec6210_tune_chipset() local
246 SPLIT_BYTE(tmp0,tmp1,tmp2); in aec6210_tune_chipset()
247 MAKE_WORD(d_conf,tmp1,tmp2); in aec6210_tune_chipset()
251 tmp2 = 0x00; in aec6210_tune_chipset()
255 tmp2 = ((ultra_conf << (2*drive->dn)) | (tmp1 & ~(3 << (2*drive->dn)))); in aec6210_tune_chipset()
256 pci_write_config_byte(dev, 0x54, tmp2); in aec6210_tune_chipset()
267 u8 tmp1 = 0, tmp2 = 0; in aec6260_tune_chipset() local
279 tmp2 = ((ultra_conf << (4*unit)) | (tmp1 & ~(7 << (4*unit)))); in aec6260_tune_chipset()
280 pci_write_config_byte(dev, (0x44|hwif->channel), tmp2); in aec6260_tune_chipset()
399 u8 tmp1 = 0, tmp2 = 0, mode6 = 0; in aec62xx_irq_timeout()
[all …]
Dhpt34x.c115 u32 reg1 = 0, tmp1 = 0, reg2 = 0, tmp2 = 0; in hpt34x_clear_chipset() local
120 tmp2 = (reg2 & ~(0x11 << drive->dn)); in hpt34x_clear_chipset()
122 pci_write_config_dword(dev, 0x48, tmp2); in hpt34x_clear_chipset()
129 u32 reg1= 0, tmp1 = 0, reg2 = 0, tmp2 = 0; in hpt34x_tune_chipset() local
144 tmp2 = ((hi_speed << drive->dn) | reg2); in hpt34x_tune_chipset()
146 pci_write_config_dword(dev, 0x48, tmp2); in hpt34x_tune_chipset()
152 drive->dn, reg1, tmp1, reg2, tmp2, in hpt34x_tune_chipset()
/linux-2.4.37.9/drivers/mtd/devices/
Ddocprobe.c107 unsigned char tmp2; in doccheck() local
128 tmp2 = ReadDOC(window, DOCControl); in doccheck()
169 WriteDOC(tmp2, window, DOCControl); in doccheck()
178 WriteDOC(tmp2, window, DOCControl); in doccheck()
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/
Duncompress.h16 unsigned long tmp1, tmp2; in puts() local
38 : "=&r" (tmp1), "=&r" (tmp2) in puts()
/linux-2.4.37.9/drivers/sound/
Dmaui.c303 int tmp1, tmp2, ret; in probe_maui() local
333 if ((tmp1 = maui_read()) == -1 || (tmp2 = maui_read()) == -1) { in probe_maui()
338 if (tmp1 == 0xff || tmp2 == 0xff) { in probe_maui()
342 printk(KERN_DEBUG "WaveFront hardware version %d.%d\n", tmp1, tmp2); in probe_maui()
346 if ((tmp1 = maui_read()) == -1 || (tmp2 = maui_read()) == -1) in probe_maui()
349 printk(KERN_DEBUG "WaveFront firmware version %d.%d\n", tmp1, tmp2); in probe_maui()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dml_iograph.c894 char *tmp1, *tmp2; in devnamefromarcs() local
943 tmp2 = tmpnm + strlen(tmpnm); in devnamefromarcs()
944 strcpy(tmp2, __DEVSTR2); in devnamefromarcs()
945 tmp2 += strlen(__DEVSTR2); in devnamefromarcs()
947 if((*tmp2++ = *tmp1++) == '\0') in devnamefromarcs()
951 strcpy(tmp2, __DEVSTR3); in devnamefromarcs()
952 tmp2 += strlen(__DEVSTR3); in devnamefromarcs()
953 while ( (*tmp2++ = *tmp1++) ) in devnamefromarcs()
955 tmp2--; in devnamefromarcs()
956 *tmp2++ = '/'; in devnamefromarcs()
[all …]
/linux-2.4.37.9/include/asm-mips/
Dsemaphore.h143 long ret, tmp, tmp2, sub; in down_trylock() local
166 : "=&r"(ret), "=&r"(tmp), "=&r"(tmp2), "=&r"(sub) in down_trylock()
179 unsigned long tmp, tmp2; in up() local
206 : "=&r"(count), "=&r"(tmp), "=&r"(tmp2), "+m"(*sem) in up()
/linux-2.4.37.9/include/asm-mips64/
Dsemaphore.h143 long ret, tmp, tmp2, sub; in down_trylock() local
166 : "=&r"(ret), "=&r"(tmp), "=&r"(tmp2), "=&r"(sub) in down_trylock()
179 unsigned long tmp, tmp2; in up() local
206 : "=&r"(count), "=&r"(tmp), "=&r"(tmp2), "+m"(*sem) in up()
/linux-2.4.37.9/arch/sparc64/solaris/
Dsignal.c257 u32 tmp, tmp2[4]; in solaris_sigaction() local
281 copy_from_user (tmp2, &((struct sol_sigaction *)A(act))->sa_mask, 2*sizeof(u32))) in solaris_sigaction()
284 if (mapin (tmp2, &s.sa_mask)) return -EINVAL; in solaris_sigaction()
292 if (mapout (&s2.sa_mask, tmp2)) return -EINVAL; in solaris_sigaction()
293 tmp = 0; tmp2[2] = 0; tmp2[3] = 0; in solaris_sigaction()
301 copy_to_user (&((struct sol_sigaction *)A(old))->sa_mask, tmp2, 4*sizeof(u32))) in solaris_sigaction()

123