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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/none/tests/mips64/
test_block_size.c 6 __asm__ __volatile__(
35 __asm__ __volatile__(
  /external/valgrind/none/tests/s390x/
bfp-2.c 14 __asm__ volatile("sqebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
30 __asm__ volatile("lnebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
38 __asm__ volatile("lndbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
46 __asm__ volatile("lpebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
54 __asm__ volatile("lpdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
62 __asm__ volatile("lcebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
70 __asm__ volatile("lcdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
srnmb.c 8 __asm__ volatile ( "lghi 8," #b "\n\t" \
17 __asm__ volatile ( SRNMB(0,d) \
26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
srnmt.c 8 __asm__ volatile ( "lghi 8," #b "\n\t" \
17 __asm__ volatile ( SRNMT(0,d) \
26 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
  /external/valgrind/none/tests/x86/
bug132813-x86.c 7 __asm__ __volatile__ (
26 __asm__ __volatile__ (
45 __asm__ __volatile__ (
64 __asm__ __volatile__ (
83 __asm__ __volatile__ (
102 __asm__ __volatile__ (
122 __asm__ __volatile__ (
141 __asm__ __volatile__ (
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /external/fio/arch/
arch-x86_64.h 41 #define nop __asm__ __volatile__("rep;nop": : :"memory")
42 #define read_barrier() __asm__ __volatile__("lfence":::"memory")
43 #define write_barrier() __asm__ __volatile__("sfence":::"memory")
47 __asm__("bsf %1,%0" :"=r" (bitmask) :"r" (~bitmask));
55 __asm__ __volatile__("rdtsc" : "=a" (lo), "=d" (hi));
  /external/valgrind/memcheck/tests/
atomic_incs.c 32 __asm__ __volatile__(
42 __asm__ __volatile__(
53 __asm__ __volatile__(
70 __asm__ __volatile__(
87 __asm__ __volatile__(
103 __asm__ __volatile__(
121 __asm__ __volatile__(
136 __asm__ __volatile__(
155 __asm__ __volatile__(
178 __asm__ __volatile__
    [all...]
  /external/mesa3d/src/mapi/mapi/
entry_x86_tls.h 33 __asm__(".section .note.ABI-tag, \"a\"\n\t"
45 __asm__(".text");
47 __asm__("x86_current_tls:\n\t"
56 __asm__(".section wtext, \"awx\", @progbits");
59 __asm__(".balign 16\n"
77 __asm__(".balign 16\n"
79 __asm__(".text");
  /external/clang/test/Sema/
attr-naked.c 6 __asm__ volatile("mov r0, #0");
39 __asm__ ("movl $42, %1"
46 __asm__ ("movl %eax, %1"
inline-asm-validate-aarch64.c 8 __asm__ volatile("ldrb %0, [%1]" : "=r" (byte) : "r" (addr) : "memory");
19 __asm__ volatile("ldrb %[s0], [%[s1]]" : [s0] "=r" (byte) : [s1] "r" (addr) : "memory");
32 __asm__ volatile("ldrb "PERCENT"[s0], [%[s1]]" : [s0] "=r" (byte) : [s1] "r" (addr) : "memory");
  /external/kernel-headers/original/uapi/asm-mips/asm/
swab.h 21 __asm__(
35 __asm__(
55 __asm__(
  /external/valgrind/none/tests/amd64/
xacq_xrel.c 19 __asm__ __volatile__( \
55 __asm__ __volatile__( \
79 __asm__ __volatile__(
100 __asm__ __volatile__(
121 __asm__ __volatile__(
143 __asm__ __volatile__(
164 __asm__ __volatile__(
180 __asm__ __volatile__(
205 __asm__ __volatile__(
230 __asm__ __volatile__
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
conio.h 99 __asm__ __volatile__ ("inb %w1,%b0"
107 __asm__ __volatile__ ("inw %w1,%w0"
115 __asm__ __volatile__ ("inl %w1,%0"
122 __asm__ __volatile__ ("outb %b0,%w1"
128 __asm__ __volatile__ ("outw %w0,%w1"
134 __asm__ __volatile__ ("outl %0,%w1"
140 __asm__ __volatile__ (
148 __asm__ __volatile__ (
156 __asm__ __volatile__ (
165 __asm__ __volatile__
    [all...]
  /external/valgrind/none/tests/ppc32/
test_dfp1.c 29 register double f14 __asm__ ("fr14");
30 register double f15 __asm__ ("fr15");
31 register double f16 __asm__ ("fr16");
32 register double f17 __asm__ ("fr17");
33 register double f18 __asm__ ("fr18");
34 register double f19 __asm__ ("fr19");
45 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
48 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );
51 __asm__ __volatile__ ("mfcr %0" : "=b"(_lval) )
54 __asm__ __volatile__ ("mfxer %0" : "=b"(_lval)
    [all...]

Completed in 641 milliseconds

1 2 3 4 5 67 8 91011>>