Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_memcpy_64.h114 dst128[0] = x0; in rte_mov32()
115 dst128[1] = x1; in rte_mov32()
124 dst128[0] = x0; in rte_mov48()
125 dst128[1] = x1; in rte_mov48()
126 dst128[2] = x2; in rte_mov48()
136 dst128[0] = x0; in rte_mov64()
137 dst128[1] = x1; in rte_mov64()
138 dst128[2] = x2; in rte_mov64()
139 dst128[3] = x3; in rte_mov64()
150 dst128[0] = x0; in rte_mov128()
[all …]
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_io_arm64.h82 volatile __uint128_t *dst128 = (__uint128_t *)out; in otx2_lmt_mov() local
83 dst128[0] = src128[0]; in otx2_lmt_mov()
84 dst128[1] = src128[1]; in otx2_lmt_mov()
90 dst128[2] = src128[2]; in otx2_lmt_mov()
92 dst128[3] = src128[3]; in otx2_lmt_mov()
100 volatile __uint128_t *dst128 = (__uint128_t *)out; in otx2_lmt_mov_seg() local
104 dst128[i] = src128[i]; in otx2_lmt_mov_seg()