Searched refs:BIT_POSITION (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 309 #define BIT_POSITION(x, df) ((uint64_t)(x) % DF_BITS(df)) macro 316 int32_t sh_d = BIT_POSITION(arg2, df) + 1; in msa_binsl_df() 397 int32_t sh_d = BIT_POSITION(arg2, df) + 1; in msa_binsr_df() 532 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_bclr_df() 600 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_bneg_df() 669 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_bset_df() 4898 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_sll_df() 4971 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_sra_df() 5044 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_srar_df() 5123 int32_t b_arg2 = BIT_POSITION(arg2, df); in msa_srl_df() [all …]
|