Searched refs:vld2 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx_vec_sve.c | 126 svuint32_t l234, ol, vld, vld2, xlen, rss; in hns3_recv_burst_vec_sve() local 132 vld2 = svlsl_n_u32_z(pg32, vld, in hns3_recv_burst_vec_sve() 134 vld2 = svreinterpret_u32_s32(svasr_n_s32_z(pg32, in hns3_recv_burst_vec_sve() 135 svreinterpret_s32_u32(vld2), HNS3_UINT32_BIT - 1)); in hns3_recv_burst_vec_sve() 141 vld_u8 = svtbl_u8(svreinterpret_u8_u32(vld2), in hns3_recv_burst_vec_sve() 321 svuint32_t vld, vld2; in hns3_tx_free_buffers_sve() local 336 vld2 = svld1_gather_u32offset_u32(pg32, (uint32_t *)tx_desc, in hns3_tx_free_buffers_sve() 338 vld = svorr_u32_z(pg32, vld, vld2); in hns3_tx_free_buffers_sve()
|