Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c795 const bool neg_a = dcmask_a & DCMASK_NEGATIVE; in vfmin_res() local
878 const bool neg_a = dcmask_a & DCMASK_NEGATIVE; in vfmax_res() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6719 static bool do_fmadd(DisasContext *s, arg_rrrr_e *a, bool neg_a, bool neg_n) in do_fmadd()