Home
last modified time | relevance | path

Searched refs: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
830 return neg_a ? S390_MINMAX_RES_A : S390_MINMAX_RES_B; in vfmin_res()
834 return !neg_a ? S390_MINMAX_RES_B : S390_MINMAX_RES_A; in vfmin_res()
878 const bool neg_a = dcmask_a & DCMASK_NEGATIVE; in vfmax_res() local
883 return neg_a ? S390_MINMAX_RES_B : S390_MINMAX_RES_A; in vfmax_res()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6555 static bool do_fmadd(DisasContext *s, arg_rrrr_e *a, bool neg_a, bool neg_n) in do_fmadd() argument
6571 if (neg_a) { in do_fmadd()
6589 if (neg_a) { in do_fmadd()
6610 if (neg_a) { in do_fmadd()