Searched refs:r_bit (Results 1 – 1 of 1) sorted by relevance
5049 int64_t r_bit = (arg1 >> (b_arg2 - 1)) & 1; in msa_srar_df() local5050 return (arg1 >> b_arg2) + r_bit; in msa_srar_df()5202 uint64_t r_bit = (u_arg1 >> (b_arg2 - 1)) & 1; in msa_srlr_df() local5203 return (u_arg1 >> b_arg2) + r_bit; in msa_srlr_df()5581 int64_t r_bit = 1LL << (DF_BITS(df) - 2); in msa_mulr_q_df() local5586 return (arg1 * arg2 + r_bit) >> (DF_BITS(df) - 1); in msa_mulr_q_df()5689 int64_t r_bit = 1LL << (DF_BITS(df) - 2); in msa_maddr_q_df() local5692 q_ret = ((dest << (DF_BITS(df) - 1)) + q_prod + r_bit) >> (DF_BITS(df) - 1); in msa_maddr_q_df()5704 int64_t r_bit = 1LL << (DF_BITS(df) - 2); in msa_msubr_q_df() local5707 q_ret = ((dest << (DF_BITS(df) - 1)) - q_prod + r_bit) >> (DF_BITS(df) - 1); in msa_msubr_q_df()