Searched refs:movs (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/arch/x86/lib/
H A Diomem.c6 #define movs(type,to,from) \ macro
7 asm volatile("movs" type:"=&D" (to), "=&S" (from):"0" (to), "1" (from):"memory")
33 movs("b", to, from);
37 movs("w", to, from);
54 movs("b", to, from);
58 movs("w", to, from);
/linux-master/arch/m68k/sun3/prom/
H A Dmisc.c16 #include <asm/movs.h>
/linux-master/arch/arm/kernel/
H A Dsigreturn_codes.S85 movs r7, #(__NR_sigreturn - __NR_SYSCALL_BASE)
95 movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
H A Dentry-v7m.S71 movs r2, r2, lsl #16
H A Dentry-common.S46 movs r1, r1, lsl #16
76 movs r1, r1, lsl #16
115 movs r1, r1, lsl #16
H A Dhead.S109 movs r10, r5 @ invalid processor (r5=0)?
402 movs r10, r5 @ invalid processor?
/linux-master/arch/arm/lib/
H A Dio-writesw-armv4.S22 .Loutsw_align: movs ip, r1, lsl #31
55 .Lno_outsw_4: movs r2, r2, lsl #31
H A Dio-readsw-armv4.S18 .Linsw_align: movs ip, r1, lsl #31
68 .Lno_insw_4: movs r2, r2, lsl #31
H A Dio-writesl.S27 2: movs r2, r2, lsl #31
H A Ddiv64.S104 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
H A Dbacktrace-clang.S101 movs frame, r0 @ if frame pointer is zero
H A Dio-readsl.S27 2: movs r2, r2, lsl #31
H A Dfindbit.S34 movs r3, r3 @ test bits
71 movs r3, r3, lsr ip @ shift off unused bits
H A Dmemset.S87 movs r8, r8, lsl #(32 - 4)
H A Dbacktrace.S30 movs frame, r0 @ if frame pointer is zero
H A Dlib1funcs.S274 movs r3, r0
313 movs ip, r0 @ preserve sign of dividend
H A Dmemmove.S106 8: movs r2, r2, lsl #31
/linux-master/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h14 u64 movs; member in struct:mips_r2_emulator_stats
/linux-master/arch/m68k/ifpsp060/
H A Dos.S99 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
325 movs.b %d1,(%a1)+ | store user byte
341 movs
[all...]
/linux-master/arch/m68k/include/asm/
H A Dsun3mmu.h9 #include <asm/movs.h>
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S75 movs r0, r0 @ see if DDR or SDR
/linux-master/arch/arm/mm/
H A Dproc-arm740.S77 movs r3, r3, lsr #1
90 movs r3, r3, lsr #1
H A Dabort-lv4t.S110 movs r6, r8, lsl #20 @ Get offset
211 movs r7, r8, lsr #9 @ C = r8 bit 8 (R bit)
/linux-master/arch/m68k/sun3/
H A Dconfig.c25 #include <asm/movs.h>
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c210 MIPS_R2_STATS(movs);
233 MIPS_R2_STATS(movs);
308 MIPS_R2_STATS(movs);
324 MIPS_R2_STATS(movs);
2242 seq_printf(s, "movs\t\t%ld\t%ld\n",
2243 (unsigned long)__this_cpu_read(mipsr2emustats.movs),
2244 (unsigned long)__this_cpu_read(mipsr2bdemustats.movs));
2308 __this_cpu_write((mipsr2emustats).movs, 0);
2309 __this_cpu_write((mipsr2bdemustats).movs, 0);

Completed in 159 milliseconds

12