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.c28 static uint8_t check_ieee_exc(CPUS390XState *env, uint8_t enr, bool XxC, in check_ieee_exc()
113 bool s, bool XxC, uint8_t erm, vop32_2_fn fn, in vop32_2()
137 bool s, bool XxC, uint8_t erm, vop64_2_fn fn, in vop64_2()
161 bool s, bool XxC, uint8_t erm, vop128_2_fn fn, in vop128_2()
572 const bool XxC = extract32(simd_data(desc), 2, 1); in HELPER() local
599 const bool XxC = extract32(simd_data(desc), 2, 1); in HELPER() local
H A Dfpu_helper.c60 static void handle_exceptions(CPUS390XState *env, bool XxC, uintptr_t retaddr) in handle_exceptions()