/linux-2.4.37.9/include/asm-sparc64/ |
D | head.h | 19 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument 20 rdpr %ver, %tmp1; \ 22 srlx %tmp1, 32, %tmp1; \ 24 cmp %tmp1, %tmp2; \ 28 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument 29 rdpr %ver, %tmp1; \ 31 srlx %tmp1, 32, %tmp1; \ 33 cmp %tmp1, %tmp2; \ 37 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument 38 rdpr %ver, %tmp1; \ [all …]
|
/linux-2.4.37.9/arch/ia64/lib/ |
D | do_csum.S | 104 #define tmp1 r26 macro 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=tmp1,3 // number of bits 169 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff] 262 zxt4 tmp1=result1[0] 265 add result1[0]=tmp1,tmp2 [all …]
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | traps.c | 396 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/m68k/lib/ |
D | checksum.c | 44 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() 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/lib/ |
D | divide.S | 56 #define tmp1 $3 macro 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)
|
D | ev6-divide.S | 66 #define tmp1 $3 macro 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,24($30) # L :
|
/linux-2.4.37.9/include/asm-sparc/ |
D | bitops.h | 28 register int tmp1 asm("g3"); in test_and_set_bit() 40 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_set_bit() 51 register int tmp1 asm("g3"); in set_bit() 63 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in set_bit() 72 register int tmp1 asm("g3"); in test_and_clear_bit() 84 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_clear_bit() 95 register int tmp1 asm("g3"); in clear_bit() 107 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in clear_bit() 116 register int tmp1 asm("g3"); in test_and_change_bit() 128 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_change_bit() [all …]
|
D | pgtsrmmu.h | 91 #define WINDOW_FLUSH(tmp1, tmp2) \ argument 92 mov 0, tmp1; \ 95 add tmp1, 1, tmp1; \ 98 99: subcc tmp1, 1, tmp1; \
|
D | atomic.h | 55 register int tmp1 asm("g3"); in __atomic_add() 66 : "=&r" (increment), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __atomic_add() 77 register int tmp1 asm("g3"); in __atomic_sub() 88 : "=&r" (increment), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __atomic_sub()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | semaphore-helper.h | 40 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/drivers/sound/ |
D | maui.c | 303 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() 353 tmp1 = 0; in probe_maui() 355 tmp1 |= maui_read() << (7 * i); in probe_maui() 357 printk(KERN_DEBUG "Available DRAM %dk\n", tmp1 / 1024); in probe_maui()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/ |
D | pci.c | 169 u8 tmp1; in pcibios_enable_resources() local 196 pmc_stretch_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &tmp1); in pcibios_enable_resources() 197 if (tmp1 != 8) { in pcibios_enable_resources() 199 "%d\n", tmp1); in pcibios_enable_resources() 204 pmc_stretch_read_config_byte(dev, PCI_LATENCY_TIMER, &tmp1); in pcibios_enable_resources() 205 if (tmp1 < 32 || tmp1 == 0xff) { in pcibios_enable_resources() 207 tmp1); in pcibios_enable_resources()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | sc-ip22.c | 89 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/ |
D | sc-ip22.c | 89 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/pmc-sierra/yosemite/ |
D | pci.c | 229 u8 tmp1; in pcibios_enable_resources() local 253 titan_pcibios_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &tmp1); in pcibios_enable_resources() 254 if (tmp1 != 8) { in pcibios_enable_resources() 256 "%d\n", tmp1); in pcibios_enable_resources() 261 titan_pcibios_read_config_byte(dev, PCI_LATENCY_TIMER, &tmp1); in pcibios_enable_resources() 262 if (tmp1 < 32 || tmp1 == 0xff) { in pcibios_enable_resources() 264 tmp1); in pcibios_enable_resources()
|
D | ht.c | 311 u8 tmp1; in pcibios_enable_resources() local 341 titan_ht_config_read_byte(dev, PCI_CACHE_LINE_SIZE, &tmp1); in pcibios_enable_resources() 343 if (tmp1 != 8) { in pcibios_enable_resources() 345 "%d\n", tmp1); in pcibios_enable_resources() 352 titan_ht_config_read_byte(dev, PCI_LATENCY_TIMER, &tmp1); in pcibios_enable_resources() 354 if (tmp1 < 32 || tmp1 == 0xff) { in pcibios_enable_resources() 356 tmp1); in pcibios_enable_resources()
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | nand_ecc.c | 50 u_char a, b, i, tmp1, tmp2; in nand_trans_result() local 54 tmp1 = tmp2 = 0; in nand_trans_result() 59 tmp1 |= b; in nand_trans_result() 62 tmp1 |= b; in nand_trans_result() 80 ecc_code[0] = tmp1; in nand_trans_result()
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | aec62xx.c | 240 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() 250 tmp1 = 0x00; in aec6210_tune_chipset() 253 tmp1 = ((0x00 << (2*drive->dn)) | (ultra & ~(3 << (2*drive->dn)))); in aec6210_tune_chipset() 255 tmp2 = ((ultra_conf << (2*drive->dn)) | (tmp1 & ~(3 << (2*drive->dn)))); in aec6210_tune_chipset() 267 u8 tmp1 = 0, tmp2 = 0; in aec6260_tune_chipset() local 277 tmp1 = ((0x00 << (4*unit)) | (ultra & ~(7 << (4*unit)))); in aec6260_tune_chipset() 279 tmp2 = ((ultra_conf << (4*unit)) | (tmp1 & ~(7 << (4*unit)))); in aec6260_tune_chipset() 399 u8 tmp1 = 0, tmp2 = 0, mode6 = 0; in aec62xx_irq_timeout() [all …]
|
D | hpt34x.c | 115 u32 reg1 = 0, tmp1 = 0, reg2 = 0, tmp2 = 0; in hpt34x_clear_chipset() local 119 tmp1 = ((0x00 << (3*drive->dn)) | (reg1 & ~(7 << (3*drive->dn)))); in hpt34x_clear_chipset() 121 pci_write_config_dword(dev, 0x44, tmp1); in hpt34x_clear_chipset() 129 u32 reg1= 0, tmp1 = 0, reg2 = 0, tmp2 = 0; in hpt34x_tune_chipset() local 143 tmp1 = ((lo_speed << (3*drive->dn)) | (reg1 & ~(7 << (3*drive->dn)))); in hpt34x_tune_chipset() 145 pci_write_config_dword(dev, 0x44, tmp1); in hpt34x_tune_chipset() 152 drive->dn, reg1, tmp1, reg2, tmp2, in hpt34x_tune_chipset()
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | ml_iograph.c | 894 char *tmp1, *tmp2; in devnamefromarcs() local 899 tmp1 = devnm + 3; in devnamefromarcs() 900 if (!isdigit(*tmp1)) in devnamefromarcs() 904 while (isdigit(*tmp1)) { in devnamefromarcs() 905 val = 10*val+toint(*tmp1); in devnamefromarcs() 906 tmp1++; in devnamefromarcs() 909 if(*tmp1 != 'd') in devnamefromarcs() 912 tmp1++; in devnamefromarcs() 946 while (*tmp1 != 's') { in devnamefromarcs() 947 if((*tmp2++ = *tmp1++) == '\0') in devnamefromarcs() [all …]
|
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/ |
D | pci.c | 345 u8 tmp1; in pcibios_enable_resources() local 373 galileo_pcibios_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &tmp1); in pcibios_enable_resources() 374 if (tmp1 != 8) { in pcibios_enable_resources() 376 "%d\n", tmp1); in pcibios_enable_resources() 380 galileo_pcibios_read_config_byte(dev, PCI_LATENCY_TIMER, &tmp1); in pcibios_enable_resources() 381 if (tmp1 < 32) { in pcibios_enable_resources() 383 tmp1); in pcibios_enable_resources()
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/ |
D | uncompress.h | 16 unsigned long tmp1, tmp2; in puts() local 38 : "=&r" (tmp1), "=&r" (tmp2) in puts()
|
/linux-2.4.37.9/include/asm-arm/ |
D | checksum.h | 55 unsigned int sum, tmp1; in ip_fast_csum() local 76 : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (tmp1) in ip_fast_csum()
|
/linux-2.4.37.9/fs/nfsd/ |
D | nfsxdr.c | 97 u32 tmp, tmp1; in decode_sattr() local 121 tmp = ntohl(*p++); tmp1 = ntohl(*p++); in decode_sattr() 122 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr() 126 tmp = ntohl(*p++); tmp1 = ntohl(*p++); in decode_sattr() 127 if (tmp != (u32)-1 && tmp1 != (u32)-1) { in decode_sattr() 139 if (tmp1 == 1000000) in decode_sattr()
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | sfp-util.h | 44 UDItype tmp1, tmp2, tmp3, tmp4; \ 69 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|