Home
last modified time | relevance | path

Searched refs:compute_rc0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtranslate.c1692 bool compute_ov, bool compute_rc0) in gen_op_arith_add() argument
1738 if (unlikely(compute_rc0)) { in gen_op_arith_add()
1749 bool compute_ov, bool compute_rc0) in gen_op_arith_divw() argument
1783 if (unlikely(compute_rc0)) { in gen_op_arith_divw()
1791 bool compute_ov, bool compute_rc0) in gen_op_arith_divd() argument
1823 if (unlikely(compute_rc0)) { in gen_op_arith_divd()
1890 bool compute_ov, bool compute_rc0) in gen_op_arith_subf() argument
1948 if (unlikely(compute_rc0)) { in gen_op_arith_subf()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc381 bool compute_ov, bool compute_rc0)
385 add_ca, compute_ca, compute_ov, compute_rc0);