Home
last modified time | relevance | path

Searched defs:cpu_CAS (Results 1 – 5 of 5) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/arch/amd64/
H A Damd64.cpp46 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
73 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
91 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/arch/ia32/
H A Dia32.cpp43 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
70 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
88 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/
H A Dcpu.h80 inline bool cpu_CAS(volatile T* location, T expected, T new_value) in cpu_CAS() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/arch/arm/
H A Darm.cpp36 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/arch/aarch64/
H A Daarch64.cpp36 bool cpu_CAS(volatile intptr_t* location, intptr_t expected, intptr_t newValue) in cpu_CAS() function