Go to the source code of this file.
|
void | __sync_synchronize (void) |
|
void | __atomic_thread_fence (int memorder) |
|
_Bool | __atomic_test_and_set (void *ptr, int memorder) |
|
void | __atomic_clear (_Bool *ptr, int memorder) |
|
void | __atomic_signal_fence (int memorder) |
|
_Bool | __atomic_always_lock_free (__CPROVER_size_t size, void *ptr) |
|
_Bool | __atomic_is_lock_free (__CPROVER_size_t size, void *ptr) |
|
short | __builtin_ia32_vec_ext_v4hi (__gcc_v4hi vec, int offset) |
|
short | __builtin_ia32_vec_ext_v8hi (__gcc_v8hi vec, int offset) |
|
int | __builtin_ia32_vec_ext_v4si (__gcc_v4si vec, int offset) |
|
long long | __builtin_ia32_vec_ext_v2di (__gcc_v2di vec, int offset) |
|
int | __builtin_ia32_vec_ext_v16qi (__gcc_v16qi vec, int offset) |
|
float | __builtin_ia32_vec_ext_v4sf (__gcc_v4sf vec, int offset) |
|
__gcc_v8hi | __builtin_ia32_psubsw128 (__gcc_v8hi a, __gcc_v8hi b) |
|
__gcc_v8hi | __builtin_ia32_psubusw128 (__gcc_v8hi a, __gcc_v8hi b) |
|
__gcc_v4hi | __builtin_ia32_paddsw (__gcc_v4hi a, __gcc_v4hi b) |
|
__gcc_v4hi | __builtin_ia32_psubsw (__gcc_v4hi a, __gcc_v4hi b) |
|
__gcc_v4hi | __builtin_ia32_vec_init_v4hi (short e0, short e1, short e2, short e3) |
|
◆ __ATOMIC_ACQ_REL
◆ __ATOMIC_ACQUIRE
Definition at line 94 of file gcc.c.
◆ __ATOMIC_CONSUME
Definition at line 90 of file gcc.c.
◆ __ATOMIC_RELAXED
Definition at line 86 of file gcc.c.
◆ __ATOMIC_RELEASE
Definition at line 98 of file gcc.c.
◆ __ATOMIC_SEQ_CST
◆ __attribute__
◆ __atomic_always_lock_free()
◆ __atomic_clear()
Definition at line 67 of file gcc.c.
◆ __atomic_is_lock_free()
◆ __atomic_signal_fence()
void __atomic_signal_fence |
( |
int |
memorder | ) |
|
◆ __atomic_test_and_set()
Definition at line 52 of file gcc.c.
◆ __atomic_thread_fence()
void __atomic_thread_fence |
( |
int |
memorder | ) |
|
◆ __builtin_ia32_paddsw()
◆ __builtin_ia32_psubsw()
◆ __builtin_ia32_psubsw128()
◆ __builtin_ia32_psubusw128()
◆ __builtin_ia32_vec_ext_v16qi()
◆ __builtin_ia32_vec_ext_v2di()
◆ __builtin_ia32_vec_ext_v4hi()
◆ __builtin_ia32_vec_ext_v4sf()
◆ __builtin_ia32_vec_ext_v4si()
◆ __builtin_ia32_vec_ext_v8hi()
◆ __builtin_ia32_vec_init_v4hi()
◆ __sync_synchronize()
Definition at line 36 of file gcc.c.