Searched refs:_r (Results 1 – 3 of 3) sorted by relevance
185 ((_r)->nr_ents)189 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))199 ((_r)->sring->rsp_prod - (_r)->rsp_cons)203 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \212 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \214 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))233 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))236 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))257 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))261 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))[all …]
2025 uint8_t _r = (_e >> 10) & 0x1f; \2029 result.u32[i] = (_a << 24) | (_r << 16) | (_g << 8) | _b; \
5821 void HELPER(sve_##NAME##_r)(CPUARMState *env, void *vg, \6180 void HELPER(sve_ldff1##PART##_r)(CPUARMState *env, void *vg, \6186 void HELPER(sve_ldnf1##PART##_r)(CPUARMState *env, void *vg, \6437 void HELPER(sve_st##N##NAME##_r)(CPUARMState *env, void *vg, \
Completed in 41 milliseconds