Searched refs:DF_BYTE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 103 pwd->b[0] = msa_nloc_df(DF_BYTE, pws->b[0]); in helper_msa_nloc_b() 104 pwd->b[1] = msa_nloc_df(DF_BYTE, pws->b[1]); in helper_msa_nloc_b() 105 pwd->b[2] = msa_nloc_df(DF_BYTE, pws->b[2]); in helper_msa_nloc_b() 106 pwd->b[3] = msa_nloc_df(DF_BYTE, pws->b[3]); in helper_msa_nloc_b() 107 pwd->b[4] = msa_nloc_df(DF_BYTE, pws->b[4]); in helper_msa_nloc_b() 5321 case DF_BYTE: in helper_msa_shf_df() 5396 case DF_BYTE: in MSA_BINOP_IMM_DF() 5542 case DF_BYTE: 5794 case DF_BYTE: in MSA_TEROP_DF() 6081 case DF_BYTE: in helper_msa_insve_df() [all …]
|
H A D | msa_translate.c | 91 [DF_BYTE] = {4, 2, 0b00}, 109 [DF_BYTE] = {3, 4, 0b1110},
|
/openbmc/qemu/target/mips/ |
H A D | fpu_helper.h | 72 DF_BYTE = 0, enumerator
|