/arch/arm64/lib/ |
D | bitops.S | 29 and w3, w0, #63 // Get bit offset 30 eor w0, w0, w3 // Clear low bits 36 stxr w0, x2, [x1] 37 cbnz w0, 1b 44 and w3, w0, #63 // Get bit offset 45 eor w0, w0, w3 // Clear low bits
|
/arch/m68k/lib/ |
D | muldi3.c | 30 #define umul_ppmm(w1, w0, u, v) \ argument 51 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \ 56 #define umul_ppmm(w1, w0, u, v) \ argument 58 : "=d" ((USItype)(w0)), \
|
/arch/sparc/math-emu/ |
D | sfp-util_32.h | 27 #define umul_ppmm(w1, w0, u, v) \ argument 69 "=r" (w0) \
|
/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 185 cmp w0, #JUMPSLOT_MAX 189 add x_tmp, x_tmp, w0, uxtw #2 300 cmp w0, #CLOCK_REALTIME 301 ccmp w0, #CLOCK_MONOTONIC, #0x4, ne 302 ccmp w0, #CLOCK_MONOTONIC_RAW, #0x4, ne 308 cmp w0, #CLOCK_REALTIME_COARSE 309 ccmp w0, #CLOCK_MONOTONIC_COARSE, #0x4, ne 317 mov w0, wzr
|
/arch/arm64/crypto/ |
D | ghash-ce-core.S | 45 sub w0, w0, #1 75 cbnz w0, 0b
|
D | sha2-ce-core.S | 97 sub w0, w0, #1 134 cbnz w0, 0b
|
D | sha1-ce-core.S | 91 sub w0, w0, #1 130 cbnz w0, 0b
|
/arch/microblaze/lib/ |
D | muldi3.c | 13 #define umul_ppmm(w1, w0, u, v) \ argument 34 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
|
/arch/sh/math-emu/ |
D | sfp-util.h | 21 #define umul_ppmm(w1, w0, u, v) \ argument 23 : "=r" ((u32)(w1)), "=r" ((u32)(w0)) \
|
/arch/xtensa/kernel/ |
D | align.S | 69 .macro __src_b r, w0, w1; src \r, \w0, \w1; .endm 84 .macro __src_b r, w0, w1; src \r, \w1, \w0; .endm
|
/arch/arm64/kernel/ |
D | entry.S | 99 mov w0, w0 // zero upper 32 bits of x0 830 mov w0, #-1 // set default errno for 837 cmp w0, #-1 // skip the syscall? 839 uxtw scno, w0 // syscall number (possibly new)
|
/arch/xtensa/lib/ |
D | memcopy.S | 14 .macro src_b r, w0, w1 16 src \r, \w0, \w1 18 src \r, \w1, \w0
|
/arch/parisc/lib/ |
D | memcpy.c | 82 #define MERGE(w0, sh_1, w1, sh_2) ({ \ argument 88 : "r"(w0), "r"(w1), "r"(sh_2) \
|
/arch/ia64/kernel/ |
D | ptrace.c | 153 unsigned long w0, ri = ia64_psr(regs)->ri + 1; in ia64_increment_ip() local 159 get_user(w0, (char __user *) regs->cr_iip + 0); in ia64_increment_ip() 160 if (((w0 >> 1) & 0xf) == IA64_MLX_TEMPLATE) { in ia64_increment_ip() 176 unsigned long w0, ri = ia64_psr(regs)->ri - 1; in ia64_decrement_ip() local 181 get_user(w0, (char __user *) regs->cr_iip + 0); in ia64_decrement_ip() 182 if (((w0 >> 1) & 0xf) == IA64_MLX_TEMPLATE) { in ia64_decrement_ip()
|
/arch/powerpc/xmon/ |
D | xmon.c | 2749 unsigned long w0,w1,w2; in dump_tlb_44x() local 2750 asm volatile("tlbre %0,%1,0" : "=r" (w0) : "r" (i)); in dump_tlb_44x() 2753 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x() 2754 if (w0 & PPC44x_TLB_VALID) { in dump_tlb_44x() 2756 w0 & PPC44x_TLB_EPN_MASK, in dump_tlb_44x()
|
/arch/mips/include/asm/sn/ |
D | ioc3.h | 184 u32 w0; /* first word (valid,bcnt,cksum) */ member
|