Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_helper.c39 static inline target_ulong set_HI_LOT0(CPUMIPSState *env, uint64_t HILO) in set_HI_LOT0() function
50 return set_HI_LOT0(env, 0 - ((int64_t)(int32_t)arg1 * in helper_muls()
57 return set_HI_LOT0(env, 0 - (uint64_t)(uint32_t)arg1 * in helper_mulsu()
64 return set_HI_LOT0(env, (int64_t)get_HILO(env) + (int64_t)(int32_t)arg1 * in helper_macc()
78 return set_HI_LOT0(env, (uint64_t)get_HILO(env) + (uint64_t)(uint32_t)arg1 * in helper_maccu()
92 return set_HI_LOT0(env, (int64_t)get_HILO(env) - (int64_t)(int32_t)arg1 * in helper_msac()
106 return set_HI_LOT0(env, (uint64_t)get_HILO(env) - (uint64_t)(uint32_t)arg1 * in helper_msacu()