HomeSort by relevance Sort by last modified time
    Searched refs:__asm__ (Results 976 - 1000 of 1299) sorted by null

<<31323334353637383940>>

  /external/clang/test/Sema/
enable_if.c 24 __asm__("strnlen_real1");
41 __asm__("strnlen_real2");
  /external/libavc/common/arm/
ih264_platform_macros.h 110 #define ITT_BIG_ENDIAN(x) __asm__("rev %0, %1" : "=r"(x) : "r"(x));
116 __asm__ __volatile__("mov x0, x0"); \
  /external/libavc/common/armv8/
ih264_platform_macros.h 110 #define ITT_BIG_ENDIAN(x) __asm__("rev %0, %1" : "=r"(x) : "r"(x));
116 __asm__ __volatile__("mov x0, x0"); \
  /external/libunwind/include/
libunwind-arm.h 272 __asm__ __volatile__ ( \
280 __asm__ __volatile__ ( \
libunwind-aarch64.h 189 __asm__ __volatile__ ( \
  /external/libvpx/libvpx/test/
register_state_check.h 161 __asm__ volatile("fstenv %0" : "=rm"(pre_fpu_env_));
173 __asm__ volatile("fstenv %0" : "=rm"(post_fpu_env));
  /external/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 35 __asm__ volatile (
164 __asm__ volatile (
  /external/valgrind/coregrind/
m_libcassert.c 55 __asm__ __volatile__( \
71 __asm__ __volatile__( \
86 __asm__ __volatile__( \
105 __asm__ __volatile__( \
124 __asm__ __volatile__( \
145 __asm__ __volatile__( \
164 __asm__ __volatile__( \
230 __asm__ __volatile__( \
  /external/valgrind/none/tests/amd64/
amd64locked.c 252 __asm__ __volatile__( \
344 __asm__ __volatile__( \
460 __asm__ __volatile__( \
509 __asm__
523 __asm__
534 __asm__
546 __asm__
557 __asm__
568 __asm__
580 __asm__
    [all...]
nan80and64.c 19 __asm__ __volatile__(
27 __asm__ __volatile__(
  /external/valgrind/none/tests/s390x/
rounding-6.c 36 __asm__ volatile (opcode " %[dst]," #round ",%[src]\n\t" \
61 __asm__ volatile ( SFPC(1) : : "d"(r) );
  /external/valgrind/tests/
x86_amd64_features.c 32 __asm__ __volatile__ (
55 __asm__ __volatile__("movq $0,%%rcx ; "
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 190 glob_t *__pglob)) __asm__ ("glob64");
192 extern void globfree __P ((glob_t *__pglob)) __asm__ ("globfree64");
  /external/valgrind/VEX/priv/
guest_s390_helpers.c 856 __asm__ volatile (
880 __asm__ volatile (
902 __asm__ volatile(".insn rsy,0xEB000000004C,%[out],0,0(%[in])\n\t"
964 __asm__ volatile ( \
977 __asm__ volatile ( \
992 __asm__ volatile ( \
1005 __asm__ volatile ( \
1015 __asm__ volatile ( \
1027 __asm__ volatile ( \
1059 __asm__ volatile (
    [all...]
  /external/valgrind/none/tests/mips64/
branches.c 6 __asm__ __volatile__( \
27 __asm__ __volatile__( \
48 __asm__ __volatile__( \
75 __asm__ __volatile__( \
103 __asm__ __volatile__( \
133 __asm__ __volatile__( \
156 __asm__ __volatile__( \
178 __asm__ __volatile__( \
204 __asm__ __volatile__( \
227 __asm__ __volatile__(
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 70 __asm__ __volatile__("" : : "r" (arg) : "memory");
  /external/compiler-rt/test/asan/TestCases/Linux/
sized_delete_test.cc 19 __asm__ __volatile__("" : : "r" (arg) : "memory");
  /external/compiler-rt/test/lsan/TestCases/
high_allocator_contention.cc 25 __asm__ __volatile__("" : : "r"(p) : "memory");
  /external/linux-tools-perf/src/tools/perf/arch/x86/util/
header.c 13 __asm__ __volatile__ (".byte 0x53\n\tcpuid\n\t"
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 84 __asm__ __volatile__ ("rdtsc" : "=a"(lo), "=d"(hi));
  /external/speex/libspeex/
fixed_arm5e.h 97 __asm__ __volatile__ (
lpc_bfin.h 73 __asm__ __volatile__
  /external/valgrind/
config.h 366 * if -std=c99 flag is specified. Replacing asm with __asm__ fixes this
369 #define asm __asm__
  /external/valgrind/memcheck/tests/amd64/
insn-bsfl.c 38 __asm__ ("" : "=r" (val) : "0" (val));
insn-pcmpistri.c 21 __asm__ __volatile__ ("\n1:\n"

Completed in 658 milliseconds

<<31323334353637383940>>