Searched refs:ATOMIC_COMP_EXCHANGE (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 900 #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); \
|