HomeSort by: relevance | last modified time | path
    Searched refs:__volatile__ (Results 1 - 25 of 208) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
fenv.h 14 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g));
16 __asm__ __volatile__ ("fdivp %%st, %%st(1); fwait"
24 __asm__ __volatile__ ("divss %0, %0" : : "x" (__f));
26 __asm__ __volatile__ ("fdiv %%st, %%st(0); fwait"
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/bits/
fenv.h 14 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g));
16 __asm__ __volatile__ ("fdivp %%st, %%st(1); fwait"
24 __asm__ __volatile__ ("divss %0, %0" : : "x" (__f));
26 __asm__ __volatile__ ("fdiv %%st, %%st(0); fwait"
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
sfp-exceptions.c 38 __asm__ __volatile__ ("fdiv\ts0, %s0, %s0"
42 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
46 __asm__ __volatile__ ("fdiv\ts0, %s0, %s1"
50 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
54 __asm__ __volatile__ ("fadd\ts0, %s0, %s1"
58 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
62 __asm__ __volatile__ ("fmul\ts0, %s0, %s0"
66 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
70 __asm__ __volatile__ ("fsub\ts0, %s0, %s1"
74 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr))
    [all...]
crtfastmath.c 28 __asm__ __volatile__ ("msr fpcr, %0" : : "r" (fpcr)); \
  /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
sfp-exceptions.c 38 __asm__ __volatile__ ("fdiv\ts0, %s0, %s0"
42 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
46 __asm__ __volatile__ ("fdiv\ts0, %s0, %s1"
50 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
54 __asm__ __volatile__ ("fadd\ts0, %s0, %s1"
58 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
62 __asm__ __volatile__ ("fmul\ts0, %s0, %s0"
66 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr));
70 __asm__ __volatile__ ("fsub\ts0, %s0, %s1"
74 __asm__ __volatile__ ("mrs\t%0, fpsr" : "=r" (fpsr))
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/lm32/
_udivsi3.c 37 __asm__ __volatile__ ("rcsr %0, IE":"=r" (sr));
39 __asm__ __volatile__ ("wcsr IE, %0"::"r" (sr));
41 __asm__ __volatile__ ("rcsr %0, EBA":"=r" (eba));
43 __asm__ __volatile__ ("mv ea, ra");
44 __asm__ __volatile__ ("b %0"::"r" (eba));
_umodsi3.c 37 __asm__ __volatile__ ("rcsr %0, IE":"=r" (sr));
39 __asm__ __volatile__ ("wcsr IE, %0"::"r" (sr));
41 __asm__ __volatile__ ("rcsr %0, EBA":"=r" (eba));
43 __asm__ __volatile__ ("mv ea, ra");
44 __asm__ __volatile__ ("b %0"::"r" (eba));
_modsi3.c 41 __asm__ __volatile__ ("rcsr %0, IE":"=r" (sr));
43 __asm__ __volatile__ ("wcsr IE, %0"::"r" (sr));
45 __asm__ __volatile__ ("rcsr %0, EBA":"=r" (eba));
47 __asm__ __volatile__ ("mv ea, ra");
48 __asm__ __volatile__ ("b %0"::"r" (eba));
  /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/
_udivsi3.c 37 __asm__ __volatile__ ("rcsr %0, IE":"=r" (sr));
39 __asm__ __volatile__ ("wcsr IE, %0"::"r" (sr));
41 __asm__ __volatile__ ("rcsr %0, EBA":"=r" (eba));
43 __asm__ __volatile__ ("mv ea, ra");
44 __asm__ __volatile__ ("b %0"::"r" (eba));
_umodsi3.c 37 __asm__ __volatile__ ("rcsr %0, IE":"=r" (sr));
39 __asm__ __volatile__ ("wcsr IE, %0"::"r" (sr));
41 __asm__ __volatile__ ("rcsr %0, EBA":"=r" (eba));
43 __asm__ __volatile__ ("mv ea, ra");
44 __asm__ __volatile__ ("b %0"::"r" (eba));
_modsi3.c 41 __asm__ __volatile__ ("rcsr %0, IE":"=r" (sr));
43 __asm__ __volatile__ ("wcsr IE, %0"::"r" (sr));
45 __asm__ __volatile__ ("rcsr %0, EBA":"=r" (eba));
47 __asm__ __volatile__ ("mv ea, ra");
48 __asm__ __volatile__ ("b %0"::"r" (eba));
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
crtfastmath.c 33 __asm__ __volatile__ ("mov.m ar.fpsr=%0" : : "r"(FE_NONIEEE_ENV));
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
crtfastmath.c 33 __asm__ __volatile__ ("mov.m ar.fpsr=%0" : : "r"(FE_NONIEEE_ENV));
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
sfp-exceptions.c 52 __asm__ __volatile__ (
63 __asm__ __volatile__ (
74 __asm__ __volatile__ (
85 __asm__ __volatile__ (
96 __asm__ __volatile__ (
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
sfp-exceptions.c 52 __asm__ __volatile__ (
63 __asm__ __volatile__ (
74 __asm__ __volatile__ (
85 __asm__ __volatile__ (
96 __asm__ __volatile__ (
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
ppc_record_test_isa_3_1.c 44 __asm__ __volatile__ ("pld 1, %0" :: "r" (ra ));
45 __asm__ __volatile__ ("brh 0, 1" );
56 __asm__ __volatile__ ("lxvd2x 12, %0, %1" :: "r" (ra ), "r" (rb));
57 __asm__ __volatile__ ("lxvd2x 13, %0, %1" :: "r" (ra ), "r" (rb));
58 __asm__ __volatile__ ("lxvd2x 14, %0, %1" :: "r" (ra ), "r" (rb));
59 __asm__ __volatile__ ("lxvd2x 15, %0, %1" :: "r" (ra ), "r" (rb));
62 __asm__ __volatile__ ("lxvd2x 16, %0, %1" :: "r" (ra ), "r" (rb));
64 __asm__ __volatile__ ("lxvd2x 17, %0, %1" :: "r" (ra ), "r" (rb));
66 __asm__ __volatile__ ("lxvd2x 18, %0, %1" :: "r" (ra ), "r" (rb));
68 __asm__ __volatile__ ("lxvd2x 19, %0, %1" :: "r" (ra ), "r" (rb))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
ppc_record_test_isa_3_1.c 44 __asm__ __volatile__ ("pld 1, %0" :: "r" (ra ));
45 __asm__ __volatile__ ("brh 0, 1" );
56 __asm__ __volatile__ ("lxvd2x 12, %0, %1" :: "r" (ra ), "r" (rb));
57 __asm__ __volatile__ ("lxvd2x 13, %0, %1" :: "r" (ra ), "r" (rb));
58 __asm__ __volatile__ ("lxvd2x 14, %0, %1" :: "r" (ra ), "r" (rb));
59 __asm__ __volatile__ ("lxvd2x 15, %0, %1" :: "r" (ra ), "r" (rb));
62 __asm__ __volatile__ ("lxvd2x 16, %0, %1" :: "r" (ra ), "r" (rb));
64 __asm__ __volatile__ ("lxvd2x 17, %0, %1" :: "r" (ra ), "r" (rb));
66 __asm__ __volatile__ ("lxvd2x 18, %0, %1" :: "r" (ra ), "r" (rb));
68 __asm__ __volatile__ ("lxvd2x 19, %0, %1" :: "r" (ra ), "r" (rb))
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
alpha.h 20 #define cmm_mb() __asm__ __volatile__ ("mb":::"memory")
21 #define cmm_wmb() __asm__ __volatile__ ("wmb":::"memory")
22 #define cmm_read_barrier_depends() __asm__ __volatile__ ("mb":::"memory")
x86.h 37 #define cmm_mb() __asm__ __volatile__ ("mfence":::"memory")
44 #define cmm_rmb() __asm__ __volatile__ ("lfence":::"memory")
45 #define cmm_wmb() __asm__ __volatile__ ("sfence"::: "memory")
63 #define cmm_mb() __asm__ __volatile__ ("lock; addl $0,0(%%esp)":::"memory")
64 #define cmm_rmb() __asm__ __volatile__ ("lock; addl $0,0(%%esp)":::"memory")
65 #define cmm_wmb() __asm__ __volatile__ ("lock; addl $0,0(%%esp)":::"memory")
67 #define cmm_mb() __asm__ __volatile__ ("lock; addl $0,0(%%rsp)":::"memory")
68 #define cmm_rmb() __asm__ __volatile__ ("lock; addl $0,0(%%rsp)":::"memory")
69 #define cmm_wmb() __asm__ __volatile__ ("lock; addl $0,0(%%rsp)":::"memory")
73 #define caa_cpu_relax() __asm__ __volatile__ ("rep; nop" : : : "memory"
    [all...]
arm.h 33 #define cmm_mb() __asm__ __volatile__ ("dmb sy":::"memory")
34 #define cmm_rmb() __asm__ __volatile__ ("dmb sy":::"memory")
35 #define cmm_wmb() __asm__ __volatile__ ("dmb sy":::"memory")
40 #define cmm_smp_mb() __asm__ __volatile__ ("dmb ish":::"memory")
41 #define cmm_smp_rmb() __asm__ __volatile__ ("dmb ish":::"memory")
42 #define cmm_smp_wmb() __asm__ __volatile__ ("dmb ish":::"memory")
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
sfp-exceptions.c 42 __asm__ __volatile__ ("fdiv %0, %1, %1"
48 __asm__ __volatile__ ("fdiv %0, %1, %2"
54 __asm__ __volatile__ ("fadd %0, %1, %1"
60 __asm__ __volatile__ ("fmul %0, %1, %1"
66 __asm__ __volatile__ ("fsub %0, %1, %2"
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
sfp-exceptions.c 42 __asm__ __volatile__ ("fdiv %0, %1, %1"
48 __asm__ __volatile__ ("fdiv %0, %1, %2"
54 __asm__ __volatile__ ("fadd %0, %1, %1"
60 __asm__ __volatile__ ("fmul %0, %1, %1"
66 __asm__ __volatile__ ("fsub %0, %1, %2"
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_atomic_clang_x86.h 21 __asm__ __volatile__("" ::: "memory");
23 __asm__ __volatile__("pause");
24 __asm__ __volatile__("" ::: "memory");
42 __asm__ __volatile__("" ::: "memory");
44 __asm__ __volatile__("" ::: "memory");
46 __asm__ __volatile__("" ::: "memory");
49 __asm__ __volatile__("" ::: "memory");
52 __asm__ __volatile__("" ::: "memory");
54 __asm__ __volatile__("" ::: "memory");
58 __asm__ __volatile__(
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_atomic_clang_x86.h 20 __asm__ __volatile__("" ::: "memory");
22 __asm__ __volatile__("pause");
23 __asm__ __volatile__("" ::: "memory");
41 __asm__ __volatile__("" ::: "memory");
43 __asm__ __volatile__("" ::: "memory");
45 __asm__ __volatile__("" ::: "memory");
48 __asm__ __volatile__("" ::: "memory");
51 __asm__ __volatile__("" ::: "memory");
53 __asm__ __volatile__("" ::: "memory");
57 __asm__ __volatile__(
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_atomic_clang_x86.h 20 __asm__ __volatile__("" ::: "memory");
22 __asm__ __volatile__("pause");
23 __asm__ __volatile__("" ::: "memory");
41 __asm__ __volatile__("" ::: "memory");
43 __asm__ __volatile__("" ::: "memory");
45 __asm__ __volatile__("" ::: "memory");
48 __asm__ __volatile__("" ::: "memory");
51 __asm__ __volatile__("" ::: "memory");
53 __asm__ __volatile__("" ::: "memory");
57 __asm__ __volatile__(
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 9