Searched refs:m34 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 207 static inline uint8_t round_from_m34(uint32_t m34) in round_from_m34() argument 209 return extract32(m34, 0, 4); in round_from_m34() 212 static inline bool xxc_from_m34(uint32_t m34) in xxc_from_m34() argument 215 return extract32(m34, 4 + 3 - 1, 1); in xxc_from_m34() 343 uint64_t HELPER(ldxb)(CPUS390XState *env, Int128 a, uint32_t m34) in HELPER() 345 int old_mode = s390_swap_bfp_rounding_mode(env, round_from_m34(m34)); in HELPER() 349 handle_exceptions(env, xxc_from_m34(m34), GETPC()); in HELPER() 370 uint64_t HELPER(ledb)(CPUS390XState *env, uint64_t f2, uint32_t m34) in HELPER() 372 int old_mode = s390_swap_bfp_rounding_mode(env, round_from_m34(m34)); in HELPER() 376 handle_exceptions(env, xxc_from_m34(m34), GETPC()); in HELPER() [all …]
|
H A D | translate.c | 1685 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cfeb() local 1687 if (!m34) { in op_cfeb() 1690 gen_helper_cfeb(o->out, tcg_env, o->in2, m34); in op_cfeb() 1697 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cfdb() local 1699 if (!m34) { in op_cfdb() 1702 gen_helper_cfdb(o->out, tcg_env, o->in2, m34); in op_cfdb() 1709 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cfxb() local 1711 if (!m34) { in op_cfxb() 1714 gen_helper_cfxb(o->out, tcg_env, o->in2_128, m34); in op_cfxb() 1721 TCGv_i32 m34 = fpinst_extract_m34(s, false, true); in op_cgeb() local [all …]
|