/arch/arm64/lib/ |
D | strnlen.S | 53 tmp4 .req x11 label 89 orr tmp4, data2, #REP8_7f 91 bic has_nul2, tmp3, tmp4 150 neg tmp4, tmp1 151 lsl tmp4, tmp4, #3 /* Bytes beyond alignment -> bits. */ 155 CPU_BE( lsl tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 157 CPU_LE( lsr tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */
|
D | strlen.S | 51 tmp4 .req x10 label 81 orr tmp4, data2, #REP8_7f 83 bics has_nul2, tmp3, tmp4
|
/arch/tile/lib/ |
D | memcpy_64.c | 164 op_t tmp4, tmp5, tmp6, tmp7, tmp8; in memcpy() local 186 tmp4 = LD8(src8++); in memcpy() 195 tmp3 = __insn_dblalign(tmp3, tmp4, srci); in memcpy() 196 tmp4 = __insn_dblalign(tmp4, tmp5, srci); in memcpy() 207 ST8(dst8++, tmp4); in memcpy() 251 op_t tmp4, tmp5, tmp6, tmp7; in memcpy() local 282 tmp4 = LD8(src8++); in memcpy() 295 ST8(dst8++, tmp4); in memcpy()
|
/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()
|
/arch/arc/include/asm/ |
D | uaccess.h | 177 unsigned long tmp1, tmp2, tmp3, tmp4; in __arc_copy_from_user() local 252 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_from_user() 391 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_from_user() 407 unsigned long tmp1, tmp2, tmp3, tmp4; in __arc_copy_to_user() local 477 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_to_user() 616 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_to_user()
|
/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()
|
/arch/sparc/math-emu/ |
D | sfp-util_64.h | 44 UDItype tmp1, tmp2, tmp3, tmp4; \ 69 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/arch/alpha/kernel/ |
D | traps.c | 464 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 565 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 595 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 625 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 781 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local 958 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 992 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 1026 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
|