Home
last modified time | relevance | path

Searched refs:ATOMIC_COMP_EXCHANGE (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc900 #define ATOMIC_COMP_EXCHANGE(start, end, shift_amount, offset) \ macro
921 ATOMIC_COMP_EXCHANGE(start, end, shift_amount, -idx); \
930 ATOMIC_COMP_EXCHANGE(start, end, shift_amount, -idx * 2); \
940 ATOMIC_COMP_EXCHANGE(start, end, shift_amount, -idx); \
949 ATOMIC_COMP_EXCHANGE(start, end, shift_amount, -idx * 2); \