Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.4/arch/arm64/lib/
Dstrncmp.S48 tmp3 .req x10 label
121 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
126 CPU_BE( lsl tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
128 CPU_LE( lsr tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
130 and tmp3, limit_wd, #7
134 add tmp3, tmp3, tmp1
137 add limit_wd, limit_wd, tmp3, lsr #3
153 subs tmp3, tmp1, tmp2
180 add src1, src1, tmp3 /*tmp3 is positive in this branch.*/
181 add src2, src2, tmp3
[all …]
Dmemcmp.S44 tmp3 .req x10 label
106 and tmp3, limit_wd, #7
108 add tmp3, tmp3, tmp1
109 add limit_wd, limit_wd, tmp3, lsr #3
135 subs tmp3, tmp1, tmp2
160 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/
161 add src2, src2, tmp3
162 sub limit, limit, tmp3
174 and tmp3, tmp3, #7
177 neg pos, tmp3
Dstrcmp.S47 tmp3 .req x9 label
109 subs tmp3, tmp1, tmp2
130 add src1, src1, tmp3
131 add src2, src2, tmp3
143 and tmp3, tmp3, #7
145 neg pos, tmp3
199 CPU_BE( rev tmp3, data1 )
200 CPU_BE( sub tmp1, tmp3, zeroones )
201 CPU_BE( orr tmp2, tmp3, #REP8_7f )
Dstrnlen.S40 tmp3 .req x10 label
76 sub tmp3, data2, zeroones
79 bic has_nul2, tmp3, tmp4
132 and tmp3, limit_wd, #15
135 add tmp3, tmp3, tmp1
136 add limit_wd, limit_wd, tmp3, lsr #4
Dstrlen.S38 tmp3 .req x9 label
68 sub tmp3, data2, zeroones
71 bics has_nul2, tmp3, tmp4
Dmemmove.S35 tmp3 .req x5 label
Dmemset.S43 tmp3 .req x9 label
/Linux-v5.4/arch/ia64/lib/
Ddo_csum.S107 #define tmp3 r28 macro
155 sub tmp3=last,first1 // tmp3=distance from first1 to last
166 (p9) adds tmp3=-8,tmp3 // effectively loaded
173 #define count tmp3
262 mov tmp3=0xffff
268 and tmp1=result1[0],tmp3
273 and tmp1=result1[0],tmp3
278 and tmp1=result1[0],tmp3
/Linux-v5.4/arch/arm64/include/asm/
Dasm-uaccess.h46 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
48 save_and_disable_irq \tmp3 // avoid preemption
50 restore_irq \tmp3
57 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
/Linux-v5.4/arch/arc/include/asm/
Duaccess.h172 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_from_user() local
247 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user()
386 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_from_user()
399 unsigned long tmp1, tmp2, tmp3, tmp4; in raw_copy_to_user() local
469 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
608 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in raw_copy_to_user()
/Linux-v5.4/arch/csky/abiv2/
Dfpu.c187 unsigned long tmp3, tmp4; in save_to_user_fp() local
207 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in save_to_user_fp()
249 unsigned long tmp3, tmp4; in restore_from_user_fp() local
269 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in restore_from_user_fp()
/Linux-v5.4/arch/sh/lib/
Dio.c22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local
52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
/Linux-v5.4/arch/sh/kernel/
Dio.c25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local
51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
/Linux-v5.4/arch/alpha/kernel/
Dtraps.c440 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local
523 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
547 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
571 "=&r"(tmp3), "=&r"(tmp4) in do_entUna()
727 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local
878 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
906 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
934 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
/Linux-v5.4/arch/mips/mm/
Dsc-ip22.c134 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
159 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/Linux-v5.4/fs/cifs/
Dcifs_debug.c197 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local
384 list_for_each(tmp3, &ses->tcon_list) { in cifs_debug_data_proc_show()
385 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show()
395 list_for_each(tmp3, &server->pending_mid_q) { in cifs_debug_data_proc_show()
396 mid_entry = list_entry(tmp3, struct mid_q_entry, in cifs_debug_data_proc_show()
431 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local
468 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_write()
469 tcon = list_entry(tmp3, in cifs_stats_proc_write()
496 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local
551 list_for_each(tmp3, &ses->tcon_list) { in cifs_stats_proc_show()
[all …]
/Linux-v5.4/arch/sparc/math-emu/
Dsfp-util_64.h45 UDItype tmp1, tmp2, tmp3, tmp4; \
70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/Linux-v5.4/drivers/media/common/b2c2/
Dflexcop-sram.c314 tmp3 = read_reg_dw(adapter, 0x71c);
315 dprintk("%s: tmp3 = %x\n", __func__, tmp3);
319 tmp3--;
320 if (tmp3 != 0) {
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_lp.c1701 int prod, ipwr, qpwr, prod_msb, q_msb, tmp1, tmp2, tmp3, tmp4, ret; in lpphy_calc_rx_iq_comp() local
1728 tmp3 = ((prod << (30 - prod_msb)) + (ipwr >> (1 + tmp1))) / in lpphy_calc_rx_iq_comp()
1731 tmp3 = ((prod << (30 - prod_msb)) + (ipwr << (-1 - tmp1))) / in lpphy_calc_rx_iq_comp()
1742 tmp4 -= tmp3 * tmp3; in lpphy_calc_rx_iq_comp()
1745 c0 = tmp3 >> 3; in lpphy_calc_rx_iq_comp()
2393 u32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in lpphy_b2062_tune() local
2422 tmp3 = tmp2 * channel2freq_lp(channel); in lpphy_b2062_tune()
2424 tmp3 *= 2; in lpphy_b2062_tune()
2426 tmp6 = tmp3 / tmp4; in lpphy_b2062_tune()
2427 tmp7 = tmp3 % tmp4; in lpphy_b2062_tune()
[all …]
/Linux-v5.4/arch/xtensa/kernel/
Dsetup.c443 unsigned long tmp0, tmp1, tmp2, tmp3; in cpu_reset() local
524 "=&a"(tmp3) in cpu_reset()
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_64.c1373 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn() local
1385 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1386 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
1387 emit_cmp(tmp2, tmp3, ctx); in build_insn()
1396 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn() local
1408 emit_alu3(ADD, tmp2, src, tmp3, ctx); in build_insn()
1409 emit(CASX | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
1410 emit_cmp(tmp2, tmp3, ctx); in build_insn()
/Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c532 unsigned long tmp2, tmp3; in pch_gbe_mac_set_pause_packet() local
539 tmp3 = hw->mac.addr[5]; in pch_gbe_mac_set_pause_packet()
540 tmp3 = (tmp3 << 8) | hw->mac.addr[4]; in pch_gbe_mac_set_pause_packet()
541 tmp3 = (tmp3 << 8) | hw->mac.addr[3]; in pch_gbe_mac_set_pause_packet()
542 tmp3 = (tmp3 << 8) | hw->mac.addr[2]; in pch_gbe_mac_set_pause_packet()
546 iowrite32(tmp3, &hw->reg->PAUSE_PKT3); in pch_gbe_mac_set_pause_packet()
/Linux-v5.4/arch/sparc/kernel/
Dtime_64.c317 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local
332 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
/Linux-v5.4/arch/arm/crypto/
Dsha1-armv7-neon.S70 #define tmp3 q11 macro
163 vadd.u32 tmp3, W5, curK; \
164 vst1.32 {tmp2, tmp3}, [RWK]; \
200 vadd.u32 tmp3, W5, curK; \
203 vst1.32 {tmp2, tmp3}, [RWK]; \
/Linux-v5.4/arch/arm64/net/
Dbpf_jit_comp.c350 const u8 tmp3 = bpf2a64[TMP_REG_3]; in build_insn() local
763 emit(A64_STXR(isdw, tmp2, reg, tmp3), ctx); in build_insn()
766 emit(A64_CBNZ(0, tmp3, jmp_offset), ctx); in build_insn()

12