Home
last modified time | relevance | path

Searched defs:XxC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c29 static uint8_t check_ieee_exc(CPUS390XState *env, uint8_t enr, bool XxC, in check_ieee_exc()
114 bool s, bool XxC, uint8_t erm, vop32_2_fn fn, in vop32_2()
138 bool s, bool XxC, uint8_t erm, vop64_2_fn fn, in vop64_2()
162 bool s, bool XxC, uint8_t erm, vop128_2_fn fn, in vop128_2()
573 const bool XxC = extract32(simd_data(desc), 2, 1); in HELPER() local
600 const bool XxC = extract32(simd_data(desc), 2, 1); in HELPER() local
H A Dfpu_helper.c61 static void handle_exceptions(CPUS390XState *env, bool XxC, uintptr_t retaddr) in handle_exceptions()