Searched refs:XxC (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 29 static uint8_t check_ieee_exc(CPUS390XState *env, uint8_t enr, bool XxC, in check_ieee_exc() argument 58 } else if (!XxC) { in check_ieee_exc() 114 bool s, bool XxC, uint8_t erm, vop32_2_fn fn, in vop32_2() argument 126 vxc = check_ieee_exc(env, i, XxC, &vec_exc); in vop32_2() 138 bool s, bool XxC, uint8_t erm, vop64_2_fn fn, in vop64_2() argument 150 vxc = check_ieee_exc(env, i, XxC, &vec_exc); in vop64_2() 162 bool s, bool XxC, uint8_t erm, vop128_2_fn fn, in vop128_2() argument 172 vxc = check_ieee_exc(env, 0, XxC, &vec_exc); in vop128_2() 232 const bool XxC = extract32(simd_data(desc), 2, 1); \ 234 vop##BITS##_2(v1, v2, env, se, XxC, erm, FN, GETPC()); \ [all …]
|
H A D | fpu_helper.c | 61 static void handle_exceptions(CPUS390XState *env, bool XxC, uintptr_t retaddr) in handle_exceptions() argument 112 if (s390_exc & S390_IEEE_MASK_INEXACT && !XxC) { in handle_exceptions()
|