Searched refs:XxC (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | vec_fpu_helper.c | 28 static uint8_t check_ieee_exc(CPUS390XState *env, uint8_t enr, bool XxC, in check_ieee_exc() argument 57 } else if (!XxC) { in check_ieee_exc() 113 bool s, bool XxC, uint8_t erm, vop32_2_fn fn, in vop32_2() argument 125 vxc = check_ieee_exc(env, i, XxC, &vec_exc); in vop32_2() 137 bool s, bool XxC, uint8_t erm, vop64_2_fn fn, in vop64_2() argument 149 vxc = check_ieee_exc(env, i, XxC, &vec_exc); in vop64_2() 161 bool s, bool XxC, uint8_t erm, vop128_2_fn fn, in vop128_2() argument 171 vxc = check_ieee_exc(env, 0, XxC, &vec_exc); in vop128_2() 231 const bool XxC = extract32(simd_data(desc), 2, 1); \ 233 vop##BITS##_2(v1, v2, env, se, XxC, erm, FN, GETPC()); \ [all …]
|
| H A D | fpu_helper.c | 60 static void handle_exceptions(CPUS390XState *env, bool XxC, uintptr_t retaddr) in handle_exceptions() argument 111 if (s390_exc & S390_IEEE_MASK_INEXACT && !XxC) { in handle_exceptions()
|