HomeSort by relevance Sort by last modified time
    Searched refs:_asm (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h 114 # define PaUtil_FullMemoryBarrier() _asm { lock add [esp], 0 }
115 # define PaUtil_ReadMemoryBarrier() _asm { lock add [esp], 0 }
116 # define PaUtil_WriteMemoryBarrier() _asm { lock add [esp], 0 }
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
compare_win.cc 135 #define pmulld(reg) _asm _emit 0x66 _asm _emit 0x0F _asm _emit 0x38 \
136 _asm _emit 0x40 _asm _emit reg
cpu_id.cc 104 _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // For VS2010 and earlier.
  /external/chromium_org/third_party/libyuv/source/
compare_win.cc 135 #define pmulld(reg) _asm _emit 0x66 _asm _emit 0x0F _asm _emit 0x38 \
136 _asm _emit 0x40 _asm _emit reg
cpu_id.cc 103 _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // For VS2010 and earlier.
  /external/libyuv/files/source/
cpu_id.cc 80 _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0 // xgetbv for vs2005.
compare.cc 72 #define pmulld(reg) _asm _emit 0x66 _asm _emit 0x0F _asm _emit 0x38 \
73 _asm _emit 0x40 _asm _emit reg
  /external/chromium_org/third_party/opus/src/celt/
float_cast.h 111 _asm
  /external/libopus/celt/
float_cast.h 111 _asm
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
internal.h 129 _asm mov eax, val
130 _asm bswap eax
  /external/openssl/crypto/modes/
modes_lcl.h 70 _asm mov eax,val
71 _asm bswap eax
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
cycleclock.h 58 // For MSVC, we want to use '_asm rdtsc' when possible (since it works
122 // __rdtsc intrinsic properly, so I prefer to use _asm instead
125 _asm rdtsc
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
cycleclock.h 58 // For MSVC, we want to use '_asm rdtsc' when possible (since it works
120 // __rdtsc intrinsic properly, so I prefer to use _asm instead
123 _asm rdtsc
  /external/openssl/crypto/sha/
sha512.c 359 { _asm mov edx, [ecx + 0]
360 _asm mov eax, [ecx + 4]
361 _asm xchg dh,dl
362 _asm xchg ah,al
363 _asm rol edx,16
364 _asm rol eax,16
365 _asm xchg dh,dl
366 _asm xchg ah,al
370 { _asm mov edx, [ecx + 0]
371 _asm mov eax, [ecx + 4
    [all...]
  /external/libpcap/msdos/
ndis2.h 61 #define GUARD() _asm { pushf; cli }
62 #define UNGUARD() _asm { popf }
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 91 _asm
269 _asm
390 _asm
507 _asm
751 _asm
829 _asm
887 _asm
    [all...]
db_utilities_linalg.h 331 _asm
427 _asm
635 _asm
db_feature_matching.cpp     [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/sha/
sha512.c 395 _asm mov edx, [ecx + 0]
396 _asm mov eax, [ecx + 4]
397 _asm bswap edx
398 _asm bswap eax
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 89 objf=${objf%.obj}_asm.obj
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 289 _asm {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 325 _asm {
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 163 objf=${objf%.obj}_asm.obj
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 310 _asm {
  /external/mesa3d/src/mesa/main/
imports.h 323 _asm {

Completed in 1095 milliseconds