Searched refs:sh_d (Results 1 – 1 of 1) sorted by relevance
316 int32_t sh_d = BIT_POSITION(arg2, df) + 1; in msa_binsl_df() local317 int32_t sh_a = DF_BITS(df) - sh_d; in msa_binsl_df()318 if (sh_d == DF_BITS(df)) { in msa_binsl_df()321 return UNSIGNED(UNSIGNED(u_dest << sh_d, df) >> sh_d, df) | in msa_binsl_df()397 int32_t sh_d = BIT_POSITION(arg2, df) + 1; in msa_binsr_df() local398 int32_t sh_a = DF_BITS(df) - sh_d; in msa_binsr_df()399 if (sh_d == DF_BITS(df)) { in msa_binsr_df()402 return UNSIGNED(UNSIGNED(u_dest >> sh_d, df) << sh_d, df) | in msa_binsr_df()