Searched refs:op_string (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_atomic_64.h | 55 #define __ATOMIC128_CAS_OP(cas_op_name, op_string) \ argument 69 op_string " %[old0], %[old1], %[upd0], %[upd1], [%[dst]]" \ 141 #define __LOAD_128(op_string, src, dst) { \ in rte_atomic128_cmp_exchange() argument 143 op_string " %0, %1, %2" \ in rte_atomic128_cmp_exchange() 156 #define __STORE_128(op_string, dst, src, ret) { \ in rte_atomic128_cmp_exchange() argument 158 op_string " %w0, %1, %2, %3" \ in rte_atomic128_cmp_exchange()
|