Searched refs:op_string (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_atomic_64.h | 51 #define __ATOMIC128_CAS_OP(cas_op_name, op_string) \ argument 65 op_string " %[old0], %[old1], %[upd0], %[upd1], [%[dst]]" \ 76 #define __ATOMIC128_CAS_OP(cas_op_name, op_string) \ argument 81 op_string " %[old], %H[old], %[upd], %H[upd], [%[dst]]" \ 148 #define __LOAD_128(op_string, src, dst) { \ in rte_atomic128_cmp_exchange() argument 150 op_string " %0, %1, %2" \ in rte_atomic128_cmp_exchange() 163 #define __STORE_128(op_string, dst, src, ret) { \ in rte_atomic128_cmp_exchange() argument 165 op_string " %w0, %1, %2, %3" \ in rte_atomic128_cmp_exchange()
|