Go to the source code of this file.
◆ AO_CLEAR
◆ AO_HAVE_CLEAR
◆ AO_HAVE_test_and_set_full
| #define AO_HAVE_test_and_set_full |
◆ AO_ldcw
| #define AO_ldcw |
( |
|
a, |
|
|
|
ret |
|
) |
| _LDCWX(0 /* index */, 0 /* s */, a /* base */, ret) |
◆ AO_ldcw_align
| #define AO_ldcw_align |
( |
|
addr | ) |
|
Value: ((volatile unsigned *)(((unsigned long)(addr) \
#define AO_PA_LDCW_ALIGNMENT
Definition at line 71 of file hpc/hppa.h.
◆ AO_PA_LDCW_ALIGNMENT
| #define AO_PA_LDCW_ALIGNMENT 16 |
◆ AO_TS_CLEAR
◆ AO_TS_INITIALIZER
| #define AO_TS_INITIALIZER {1,1,1,1} |
◆ AO_TS_SET
◆ AO_TS_t
◆ AO_TS_VAL_t
◆ AO_PA_TS_val
| Enumerator |
|---|
| AO_PA_TS_set | |
| AO_PA_TS_clear | |
| AO_PA_TS_set | |
| AO_PA_TS_clear | |
Definition at line 51 of file hpc/hppa.h.
◆ AO_pa_clear()
Definition at line 92 of file hpc/hppa.h.
93{
95
98}
#define AO_compiler_barrier()
#define AO_ldcw_align(addr)
static double a[MATRIX_SIZE][MATRIX_SIZE]
◆ AO_test_and_set_full()
Definition at line 78 of file hpc/hppa.h.
79{
80 register unsigned int ret;
82
83# if defined(CPPCHECK)
84 ret = 0;
85# endif
88}