/external/llvm/test/CodeGen/X86/ |
inline-asm-sp-clobber-memcpy.ll | 16 ; CHECK-NOT: rep;movsl
|
byval7.ll | 12 ; CHECK: rep;movsl
|
mem-intrin-base-reg.ll | 42 ; CHECK: rep;movsl
|
misched-new.ll | 21 ; CHECK: rep;movsl
|
/prebuilts/go/darwin-x86/src/runtime/ |
memmove_plan9_386.s | 34 // with some straightline code. The REP MOVSL instruction is really fast 62 REP; MOVSL 90 REP; MOVSL
|
memmove_386.s | 36 // with some straightline code. The REP MOVSL instruction is really fast 76 REP; MOVSL 104 REP; MOVSL
|
mkduff.go | 116 // This is equivalent to a sequence of MOVSL but 117 // for some reason MOVSL is really slow.
|
/prebuilts/go/linux-x86/src/runtime/ |
memmove_plan9_386.s | 34 // with some straightline code. The REP MOVSL instruction is really fast 62 REP; MOVSL 90 REP; MOVSL
|
memmove_386.s | 36 // with some straightline code. The REP MOVSL instruction is really fast 76 REP; MOVSL 104 REP; MOVSL
|
mkduff.go | 116 // This is equivalent to a sequence of MOVSL but 117 // for some reason MOVSL is really slow.
|
/bionic/libc/arch-x86/generic/string/ |
bcopy.S | 65 movsl 87 movsl
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
naked.d | 18 2e: 65 f3 a5 [ ]*rep movsl %gs:\(%esi\),%es:\(%edi\)
|
rep.d | 25 27: f3 a5[ ]+rep movsl %ds:\(%esi\),%es:\(%edi\) 46 68: 67 f3 a5[ ]+rep movsl %ds:\(%si\),%es:\(%di\)
|
x86-64-rep.d | 25 27: f3 a5[ ]+rep movsl %ds:\(%rsi\),%es:\(%rdi\) 51 77: 67 f3 a5[ ]+rep movsl %ds:\(%esi\),%es:\(%edi\)
|
/external/llvm/test/MC/X86/ |
index-operations.s | 128 movsl %gs:(%esi), (%edi) label 129 // 64: movsl %gs:(%esi), %es:(%edi) # encoding: [0x65,0x67,0xa5] 130 // 32: movsl %gs:(%esi), %es:(%edi) # encoding: [0x65,0xa5] 131 // 16: movsl %gs:(%esi), %es:(%edi) # encoding: [0x66,0x65,0x67,0xa5]
|
x86-64.s | 118 smovl // CHECK: movsl 123 // CHECK: movsl 629 movsl label 630 // CHECK: movsl 845 rep movsl 848 // CHECK: movsl 1102 // CHECK: movsl (%rsi), %es:(%rdi) # encoding: [0xa5] 1103 // CHECK: movsl 1104 // CHECK: movsl 1105 movsl [all...] |
x86-16.s | 841 // CHECK: movsl (%si), %es:(%di) # encoding: [0x66,0xa5] 842 // CHECK: movsl 843 // CHECK: movsl 844 movsl 845 movsl %ds:(%si), %es:(%di) 846 movsl (%si), %es:(%di)
|
x86-32.s | 917 // CHECK: movsl (%esi), %es:(%edi) # encoding: [0xa5] 918 // CHECK: movsl 919 // CHECK: movsl 920 movsl 921 movsl %ds:(%esi), %es:(%edi) 922 movsl (%esi), %es:(%edi)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-rep.d | 26 27: f3 a5[ ]+rep movsl %ds:\(%rsi\),%es:\(%rdi\) 52 77: 67 f3 a5[ ]+rep movsl %ds:\(%esi\),%es:\(%edi\)
|
/external/libunwind/src/x86/ |
getcontext-freebsd.S | 101 rep; movsl
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_triemit.h | 13 __asm__ __volatile__( "rep ; movsl" \
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_maos_arrays.c | 57 __asm__ __volatile__( "rep ; movsl" \
|
/hardware/intel/bootstub/ |
e820_bios.S | 88 rep movsl
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/ |
cgen.go | 138 // We don't need the MOVSL side-effect of updating SI and DI,
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 132 "MOVSL",
|