Searched refs:m_idx (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 208 uint32_t arg1, S, E, M, E_minus_one, m_idx; in helper_qseed() local 232 m_idx = ((E_minus_one & 1) << 6) | M; in helper_qseed() 235 new_M = target_qseed_significand_table[m_idx]; in helper_qseed()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 2920 uint32_t m_idx = m[i + H4(index)]; in HELPER() local 2923 d[j] = bfdotadd_ebf(a[j], n[j], m_idx, &fpst, &fpst_odd); in HELPER() 2928 uint32_t m_idx = m[i + H4(index)]; in HELPER() local 2931 d[j] = bfdotadd(a[j], n[j], m_idx, &fpst); in HELPER() 3042 float32 m_idx = m[H2(2 * i + index)] << 16; in HELPER() local 3046 d[H4(j)] = float32_muladd(n_j, m_idx, a[H4(j)], 0, stat); in HELPER()
|