/linux-6.1.9/arch/x86/lib/ |
D | iomem.c | 6 #define movs(type,to,from) \ macro 33 movs("b", to, from); in string_memcpy_fromio() 37 movs("w", to, from); in string_memcpy_fromio() 54 movs("b", to, from); in string_memcpy_toio() 58 movs("w", to, from); in string_memcpy_toio()
|
/linux-6.1.9/arch/arm/lib/ |
D | findbit.S | 51 movs r3, r3, lsr ip @ shift off unused bits 70 movs r3, r3 91 movs r3, r3, lsr ip @ shift off unused bits 127 movs r3, r3, lsr ip @ shift off unused bits 142 movs r3, r3 160 movs r3, r3, lsr ip @ shift off unused bits
|
D | div64.S | 104 4: movs xl, xl, lsl #1 110 movs ip, ip, lsr #1 132 7: movs xl, xl, lsl #1 142 movs ip, ip, lsr #1
|
D | io-writesw-armv4.S | 22 .Loutsw_align: movs ip, r1, lsl #31 55 .Lno_outsw_4: movs r2, r2, lsl #31
|
D | io-readsw-armv4.S | 18 .Linsw_align: movs ip, r1, lsl #31 68 .Lno_insw_4: movs r2, r2, lsl #31
|
D | backtrace-clang.S | 101 movs frame, r0 @ if frame pointer is zero
|
D | io-writesl.S | 27 2: movs r2, r2, lsl #31
|
D | io-readsl.S | 27 2: movs r2, r2, lsl #31
|
D | lib1funcs.S | 274 movs r3, r0 313 movs ip, r0 @ preserve sign of dividend
|
D | backtrace.S | 30 movs frame, r0 @ if frame pointer is zero
|
D | memset.S | 86 movs r8, r8, lsl #(32 - 4)
|
D | memmove.S | 106 8: movs r2, r2, lsl #31
|
D | copy_template.S | 153 8: movs r2, r2, lsl #31
|
/linux-6.1.9/arch/m68k/ifpsp060/ |
D | os.S | 99 movs.b %d1,(%a1)+ 131 movs.b (%a0)+,%d1 155 dmrbuae:movs.b (%a0),%d0 | fetch user byte 191 dmrwuae:movs.w (%a0), %d0 | fetch user word 226 dmrluae:movs.l (%a0),%d0 | fetch user longword 248 dmwbuae:movs.b %d0,(%a0) | store user byte 271 dmwwuae:movs.w %d0,(%a0) | store user word 294 dmwluae:movs.l %d0,(%a0) | store user longword
|
/linux-6.1.9/arch/arm/kernel/ |
D | sigreturn_codes.S | 85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) 95 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
D | entry-common.S | 55 movs r1, r1, lsl #16 89 movs r1, r1, lsl #16 127 movs r1, r1, lsl #16
|
D | entry-v7m.S | 71 movs r2, r2, lsl #16
|
D | head.S | 109 movs r10, r5 @ invalid processor (r5=0)? 402 movs r10, r5 @ invalid processor?
|
D | head-nommu.S | 67 movs r10, r5 @ invalid processor (r5=0)? 103 movs r10, r5 @ invalid processor?
|
/linux-6.1.9/arch/arm/mm/ |
D | proc-arm740.S | 77 movs r3, r3, lsr #1 90 movs r3, r3, lsr #1
|
D | abort-lv4t.S | 110 movs r6, r8, lsl #20 @ Get offset 211 movs r7, r8, lsr #9 @ C = r8 bit 8 (R bit)
|
D | proc-macros.S | 372 1: movs \tmp, \tmp, lsr #1
|
/linux-6.1.9/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 14 u64 movs; member
|
/linux-6.1.9/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 210 MIPS_R2_STATS(movs); in movf_func() 233 MIPS_R2_STATS(movs); in movt_func() 308 MIPS_R2_STATS(movs); in movz_func() 324 MIPS_R2_STATS(movs); in movn_func() 2243 (unsigned long)__this_cpu_read(mipsr2emustats.movs), in mipsr2_emul_show() 2244 (unsigned long)__this_cpu_read(mipsr2bdemustats.movs)); in mipsr2_emul_show() 2308 __this_cpu_write((mipsr2emustats).movs, 0); in mipsr2_clear_show() 2309 __this_cpu_write((mipsr2bdemustats).movs, 0); in mipsr2_clear_show()
|
/linux-6.1.9/arch/arm/mach-omap2/ |
D | sleep24xx.S | 75 movs r0, r0 @ see if DDR or SDR
|