/arch/powerpc/include/asm/book3s/32/ |
D | mmu-hash.h | 99 .macro update_user_segments_by_4 tmp1 tmp2 tmp3 tmp4 102 uus_addi 3, \tmp4, \tmp1, 0x333 107 uus_mtsr 3, \tmp4 112 uus_addi 7, \tmp4, \tmp4, 0x444 117 uus_mtsr 7, \tmp4 122 uus_addi 11, \tmp4, \tmp4, 0x444 127 uus_mtsr 11, \tmp4 132 uus_addi 15, \tmp4, \tmp4, 0x444 137 uus_mtsr 15, \tmp4
|
/arch/arm64/lib/ |
D | strlen.S | 33 #define tmp4 x7 macro 99 orr tmp4, data2, REP8_7f 101 bic has_nul2, tmp3, tmp4 139 orr tmp4, data2, REP8_7f 141 bic has_nul2, tmp3, tmp4 173 orr tmp4, data2, REP8_7f 175 bic has_nul2, tmp3, tmp4 182 orr tmp4, data2, REP8_7f 184 bic has_nul2, tmp3, tmp4 196 mov tmp4, -1 [all …]
|
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 | csum.c | 63 __uint128_t tmp1, tmp2, tmp3, tmp4; in do_csum() local 68 tmp4 = *(__uint128_t *)(ptr + 6); in do_csum() 77 tmp4 += (tmp4 >> 64) | (tmp4 << 64); in do_csum() 80 tmp3 = ((tmp3 >> 64) << 64) | (tmp4 >> 64); in do_csum()
|
/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/mips/crypto/ |
D | poly1305-mips.pl | 76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 174 dsrl $tmp4,$in1,24 178 and $tmp4,$tmp0 181 or $tmp3,$tmp4 183 and $tmp4,$in1,$tmp0 187 dsll $tmp4,8 191 or $tmp3,$tmp4 332 dsrl $tmp4,$in1,24 336 and $tmp4,$tmp0 339 or $tmp3,$tmp4 [all …]
|
/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()
|