/linux-4.1.27/arch/arm64/lib/ |
D | strncmp.S | 60 tmp3 .req x10 label 133 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */ 138 CPU_BE( lsl tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */ 140 CPU_LE( lsr tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */ 142 and tmp3, limit_wd, #7 146 add tmp3, tmp3, tmp1 149 add limit_wd, limit_wd, tmp3, lsr #3 165 subs tmp3, tmp1, tmp2 192 add src1, src1, tmp3 /*tmp3 is positive in this branch.*/ 193 add src2, src2, tmp3 [all …]
|
D | memcmp.S | 56 tmp3 .req x10 label 118 and tmp3, limit_wd, #7 120 add tmp3, tmp3, tmp1 121 add limit_wd, limit_wd, tmp3, lsr #3 147 subs tmp3, tmp1, tmp2 172 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/ 173 add src2, src2, tmp3 174 sub limit, limit, tmp3 186 and tmp3, tmp3, #7 189 neg pos, tmp3
|
D | strcmp.S | 59 tmp3 .req x9 label 121 subs tmp3, tmp1, tmp2 142 add src1, src1, tmp3 143 add src2, src2, tmp3 155 and tmp3, tmp3, #7 157 neg pos, tmp3 211 CPU_BE( rev tmp3, data1 ) 212 CPU_BE( sub tmp1, tmp3, zeroones ) 213 CPU_BE( orr tmp2, tmp3, #REP8_7f )
|
D | strnlen.S | 52 tmp3 .req x10 label 88 sub tmp3, data2, zeroones 91 bic has_nul2, tmp3, tmp4 144 and tmp3, limit_wd, #15 147 add tmp3, tmp3, tmp1 148 add limit_wd, limit_wd, tmp3, lsr #4
|
D | strlen.S | 50 tmp3 .req x9 label 80 sub tmp3, data2, zeroones 83 bics has_nul2, tmp3, tmp4
|
D | memcpy.S | 46 tmp3 .req x5 label
|
D | memmove.S | 47 tmp3 .req x5 label
|
D | memset.S | 55 tmp3 .req x9 label
|
/linux-4.1.27/arch/tile/lib/ |
D | memcpy_64.c | 99 op_t tmp0 = 0, tmp1 = 0, tmp2, tmp3; in memcpy() local 122 tmp3 = LD8(src8++); in memcpy() 128 tmp3 = LD8(src8++); in memcpy() 143 tmp3 = LD8(src8++); in memcpy() 148 tmp2 = __insn_dblalign(tmp2, tmp3, srci); in memcpy() 152 tmp3 = __insn_dblalign(tmp3, tmp0, srci); in memcpy() 153 ST8(dst8++, tmp3); in memcpy() 185 tmp3 = LD8(src8++); in memcpy() 194 tmp2 = __insn_dblalign(tmp2, tmp3, srci); in memcpy() 195 tmp3 = __insn_dblalign(tmp3, tmp4, srci); in memcpy() [all …]
|
/linux-4.1.27/arch/ia64/lib/ |
D | do_csum.S | 106 #define tmp3 r28 macro 154 sub tmp3=last,first1 // tmp3=distance from first1 to last 165 (p9) adds tmp3=-8,tmp3 // effectively loaded 172 #define count tmp3 261 mov tmp3=0xffff 267 and tmp1=result1[0],tmp3 272 and tmp1=result1[0],tmp3 277 and tmp1=result1[0],tmp3
|
/linux-4.1.27/arch/arc/include/asm/ |
D | uaccess.h | 170 unsigned long tmp1, tmp2, tmp3, tmp4; in __arc_copy_from_user() local 245 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_from_user() 384 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_from_user() 400 unsigned long tmp1, tmp2, tmp3, tmp4; in __arc_copy_to_user() local 470 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_to_user() 609 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_to_user()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_debug.c | 112 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local 186 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show() 187 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show() 220 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show() 221 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show() 261 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 282 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write() 283 tcon = list_entry(tmp3, in cifs_stats_proc_write() 301 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local 339 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show() [all …]
|
/linux-4.1.27/arch/sh/lib/ |
D | io.c | 25 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local 55 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
|
/linux-4.1.27/arch/sh/kernel/ |
D | io.c | 28 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local 54 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | traps.c | 463 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 564 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 594 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 624 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 780 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local 957 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 991 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 1025 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
|
/linux-4.1.27/arch/mips/mm/ |
D | sc-ip22.c | 119 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local 144 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | spinlock.h | 145 int tmp, tmp2, tmp3; in arch_spin_trylock() local 170 [now_serving] "=&r" (tmp3) in arch_spin_trylock() 194 [now_serving] "=&r" (tmp3) in arch_spin_trylock()
|
/linux-4.1.27/arch/sparc/math-emu/ |
D | sfp-util_64.h | 44 UDItype tmp1, tmp2, tmp3, tmp4; \ 69 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop-sram.c | 313 tmp3 = read_reg_dw(adapter, 0x71c); 314 dprintk("%s: tmp3 = %x\n", __func__, tmp3); 318 tmp3--; 319 if (tmp3 != 0) {
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_lp.c | 1713 int prod, ipwr, qpwr, prod_msb, q_msb, tmp1, tmp2, tmp3, tmp4, ret; in lpphy_calc_rx_iq_comp() local 1740 tmp3 = ((prod << (30 - prod_msb)) + (ipwr >> (1 + tmp1))) / in lpphy_calc_rx_iq_comp() 1743 tmp3 = ((prod << (30 - prod_msb)) + (ipwr << (-1 - tmp1))) / in lpphy_calc_rx_iq_comp() 1754 tmp4 -= tmp3 * tmp3; in lpphy_calc_rx_iq_comp() 1757 c0 = tmp3 >> 3; in lpphy_calc_rx_iq_comp() 2416 u32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in lpphy_b2062_tune() local 2445 tmp3 = tmp2 * channel2freq_lp(channel); in lpphy_b2062_tune() 2447 tmp3 *= 2; in lpphy_b2062_tune() 2449 tmp6 = tmp3 / tmp4; in lpphy_b2062_tune() 2450 tmp7 = tmp3 % tmp4; in lpphy_b2062_tune() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | time_64.c | 286 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local 301 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 589 unsigned long tmp2, tmp3; in pch_gbe_mac_set_pause_packet() local 596 tmp3 = hw->mac.addr[5]; in pch_gbe_mac_set_pause_packet() 597 tmp3 = (tmp3 << 8) | hw->mac.addr[4]; in pch_gbe_mac_set_pause_packet() 598 tmp3 = (tmp3 << 8) | hw->mac.addr[3]; in pch_gbe_mac_set_pause_packet() 599 tmp3 = (tmp3 << 8) | hw->mac.addr[2]; in pch_gbe_mac_set_pause_packet() 603 iowrite32(tmp3, &hw->reg->PAUSE_PKT3); in pch_gbe_mac_set_pause_packet()
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 75 #define tmp3 q11 macro 168 vadd.u32 tmp3, W5, curK; \ 169 vst1.32 {tmp2, tmp3}, [RWK]; \ 205 vadd.u32 tmp3, W5, curK; \ 208 vst1.32 {tmp2, tmp3}, [RWK]; \
|
/linux-4.1.27/net/ |
D | compat.c | 39 compat_uptr_t uaddr, uiov, tmp3; in get_compat_msghdr() local 48 __get_user(tmp3, &umsg->msg_control) || in get_compat_msghdr() 61 kmsg->msg_control = compat_ptr(tmp3); in get_compat_msghdr()
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 90 tmp3 = %rbp define
|
D | sha1_mb_mgr_flush_avx2.S | 84 #define tmp3 %arg1 macro
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | am79c961a.c | 143 register unsigned int tmp asm("r2"), tmp2 asm("r3"), tmp3; in am_readbuffer() 152 : "=&r" (offset), "=&r" (buf), "=r" (tmp), "=r" (tmp2), "=r" (tmp3) in am_readbuffer()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_intel.c | 1504 u16 tmp3; in azx_first_init() local 1505 pci_read_config_word(pci, 0x40, &tmp3); in azx_first_init() 1506 pci_write_config_word(pci, 0x40, tmp3 | 0x10); in azx_first_init()
|