/linux-6.3-rc2/arch/x86/lib/ |
A 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.3-rc2/arch/m68k/ifpsp060/ |
A 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.3-rc2/arch/arm/lib/ |
A 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
|
A D | io-writesw-armv4.S | 22 .Loutsw_align: movs ip, r1, lsl #31 55 .Lno_outsw_4: movs r2, r2, lsl #31
|
A D | io-readsw-armv4.S | 18 .Linsw_align: movs ip, r1, lsl #31 68 .Lno_insw_4: movs r2, r2, lsl #31
|
A D | findbit.S | 34 movs r3, r3 @ test bits 71 movs r3, r3, lsr ip @ shift off unused bits
|
A D | backtrace-clang.S | 101 movs frame, r0 @ if frame pointer is zero
|
A D | io-writesl.S | 27 2: movs r2, r2, lsl #31
|
A D | io-readsl.S | 27 2: movs r2, r2, lsl #31
|
A D | lib1funcs.S | 274 movs r3, r0 313 movs ip, r0 @ preserve sign of dividend
|
A D | backtrace.S | 30 movs frame, r0 @ if frame pointer is zero
|
A D | memset.S | 86 movs r8, r8, lsl #(32 - 4)
|
A D | memmove.S | 106 8: movs r2, r2, lsl #31
|
A D | copy_template.S | 153 8: movs r2, r2, lsl #31
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | sigreturn_codes.S | 85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE) 95 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
|
A D | entry-common.S | 46 movs r1, r1, lsl #16 76 movs r1, r1, lsl #16 114 movs r1, r1, lsl #16
|
A D | entry-v7m.S | 71 movs r2, r2, lsl #16
|
A D | head.S | 109 movs r10, r5 @ invalid processor (r5=0)? 402 movs r10, r5 @ invalid processor?
|
A D | head-nommu.S | 67 movs r10, r5 @ invalid processor (r5=0)? 103 movs r10, r5 @ invalid processor?
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | proc-arm740.S | 77 movs r3, r3, lsr #1 90 movs r3, r3, lsr #1
|
A D | abort-lv4t.S | 110 movs r6, r8, lsl #20 @ Get offset 211 movs r7, r8, lsr #9 @ C = r8 bit 8 (R bit)
|
A D | proc-macros.S | 373 1: movs \tmp, \tmp, lsr #1
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | mips-r2-to-r6-emul.h | 14 u64 movs; member
|
/linux-6.3-rc2/arch/mips/kernel/ |
A 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.3-rc2/arch/arm/mach-omap2/ |
A D | sleep24xx.S | 75 movs r0, r0 @ see if DDR or SDR
|