Searched refs:uasm_i_dsrl_safe (Results 1 – 1 of 1) sorted by relevance
222 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh)275 static inline void uasm_i_dsrl_safe(u32 **p, unsigned int a1, in uasm_i_dsrl_safe() function