HomeSort by relevance Sort by last modified time
    Searched full:stosl (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/runtime/
duff_386.s 8 STOSL
9 STOSL
10 STOSL
11 STOSL
12 STOSL
13 STOSL
14 STOSL
15 STOSL
16 STOSL
17 STOSL
    [all...]
memclr_plan9_386.s 27 STOSL
memclr_386.s 17 // MOVOU seems always faster than REP STOSL.
127 STOSL
sys_netbsd_386.s 110 STOSL // arg 6 - pad
113 STOSL
209 STOSL // arg 4 - tramp
211 STOSL // arg 5 - vers
  /prebuilts/go/linux-x86/src/runtime/
duff_386.s 8 STOSL
9 STOSL
10 STOSL
11 STOSL
12 STOSL
13 STOSL
14 STOSL
15 STOSL
16 STOSL
17 STOSL
    [all...]
memclr_plan9_386.s 27 STOSL
memclr_386.s 17 // MOVOU seems always faster than REP STOSL.
127 STOSL
sys_netbsd_386.s 110 STOSL // arg 6 - pad
113 STOSL
209 STOSL // arg 4 - tramp
211 STOSL // arg 5 - vers
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
rep-suffix.s 9 rep stosl
rep.s 24 rep stosl
48 addr16 rep stosl
x86-64-rep-suffix.s 9 rep stosl
x86-64-rep.s 24 rep stosl
54 addr32 rep stosl
rep-suffix.d 14 c: f3 ab[ ]+rep stosl %eax,%es:\(%edi\)
x86-64-rep-suffix.d 14 c: f3 ab[ ]+rep stosl %eax,%es:\(%rdi\)
  /external/llvm/test/CodeGen/X86/
2010-06-25-CoalescerSubRegDefDead.ll 20 ; The point of this code is that %rdi is set to %rdi+64036 for the rep;stosl
26 ; CHECK: rep;stosl
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-rep-suffix.d 15 c: f3 ab[ ]+rep stosl %eax,%es:\(%rdi\)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
select.h 31 # define __FD_ZERO_STOS "stosl"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
select.h 28 __asm__ __volatile__ ("cld; rep; stosl" \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
select.h 31 # define __FD_ZERO_STOS "stosl"
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 92 rep stosl # store 4096 times, auto-increment
164 rep stosl
169 rep stosl
215 rep stosl
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 77 rep stosl # store 4096 times, auto-increment
122 rep stosl
127 rep stosl
162 rep stosl
  /external/llvm/test/MC/X86/
index-operations.s 54 // 64: stosl %eax, %es:(%edi) # encoding: [0x67,0xab]
55 // 32: stosl %eax, %es:(%edi) # encoding: [0xab]
56 // 16: stosl %eax, %es:(%edi) # encoding: [0x66,0x67,0xab]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
posix_types_32.h 75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
posix_types_32.h 75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
posix_types_32.h 75 #define __FD_ZERO(fdsetp) do { int __d0, __d1; __asm__ __volatile__("cld ; rep ; stosl" :"=m" (*(__kernel_fd_set *) (fdsetp)), "=&c" (__d0), "=&D" (__d1) :"a" (0), "1" (__FDSET_LONGS), "2" ((__kernel_fd_set *) (fdsetp)) : "memory"); } while (0)

Completed in 2344 milliseconds

1 2 3 4