Searched refs:DF_HALF (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 126 pwd->h[0] = msa_nloc_df(DF_HALF, pws->h[0]); in helper_msa_nloc_h() 127 pwd->h[1] = msa_nloc_df(DF_HALF, pws->h[1]); in helper_msa_nloc_h() 128 pwd->h[2] = msa_nloc_df(DF_HALF, pws->h[2]); in helper_msa_nloc_h() 129 pwd->h[3] = msa_nloc_df(DF_HALF, pws->h[3]); in helper_msa_nloc_h() 130 pwd->h[4] = msa_nloc_df(DF_HALF, pws->h[4]); in helper_msa_nloc_h() 5326 case DF_HALF: in helper_msa_shf_df() 5401 case DF_HALF: in MSA_BINOP_IMM_DF() 5545 case DF_HALF: 5799 case DF_HALF: in MSA_TEROP_DF() 6084 case DF_HALF: in helper_msa_insve_df() [all …]
|
H A D | msa_translate.c | 92 [DF_HALF] = {3, 3, 0b100}, 110 [DF_HALF] = {4, 3, 0b110},
|
/openbmc/qemu/target/mips/ |
H A D | fpu_helper.h | 73 DF_HALF, enumerator
|