/arch/arm64/lib/ |
D | strnlen.S | 41 tmp4 .req x11 label 77 orr tmp4, data2, #REP8_7f 79 bic has_nul2, tmp3, tmp4 138 neg tmp4, tmp1 139 lsl tmp4, tmp4, #3 /* Bytes beyond alignment -> bits. */ 143 CPU_BE( lsl tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 145 CPU_LE( lsr tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */
|
D | strlen.S | 39 tmp4 .req x10 label 69 orr tmp4, data2, #REP8_7f 71 bics has_nul2, tmp3, tmp4
|
/arch/arc/include/asm/ |
D | uaccess.h | 172 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()
|
/arch/sh/lib/ |
D | io.c | 22 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local 52 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
|
/arch/csky/abiv2/ |
D | fpu.c | 182 unsigned long tmp3, tmp4; in save_to_user_fp() local 203 "=a"(tmp4), "+a"(fpregs) in save_to_user_fp() 244 unsigned long tmp3, tmp4; in restore_from_user_fp() local 265 "=a"(tmp4), "+a"(fpregs) in restore_from_user_fp()
|
/arch/sh/kernel/ |
D | io.c | 25 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local 51 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
|
/arch/sparc/math-emu/ |
D | sfp-util_64.h | 45 UDItype tmp1, tmp2, tmp3, tmp4; \ 70 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/arch/alpha/kernel/ |
D | traps.c | 440 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()
|