Searched refs:ATOMIC_BIN_OP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1035 #define ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end) \ macro 1057 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ 1066 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ 1076 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ 1085 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \
|