Home
last modified time | relevance | path

Searched refs:sh_a (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c317 int32_t sh_a = DF_BITS(df) - sh_d; in msa_binsl_df() local
322 UNSIGNED(UNSIGNED(u_arg1 >> sh_a, df) << sh_a, df); in msa_binsl_df()
398 int32_t sh_a = DF_BITS(df) - sh_d; in msa_binsr_df() local
403 UNSIGNED(UNSIGNED(u_arg1 << sh_a, df) >> sh_a, df); in msa_binsr_df()