Home
last modified time | relevance | path

Searched refs:compute_ov (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
1696 if (compute_ca || compute_ov) { in gen_op_arith_add()
1735 if (compute_ov) { in gen_op_arith_add()
1749 bool compute_ov, bool compute_rc0) in gen_op_arith_divw() argument
1775 if (compute_ov) { in gen_op_arith_divw()
1791 bool compute_ov, bool compute_rc0) in gen_op_arith_divd() argument
1815 if (compute_ov) { in gen_op_arith_divd()
1890 bool compute_ov, bool compute_rc0) in gen_op_arith_subf() argument
1894 if (compute_ca || compute_ov) { in gen_op_arith_subf()
1945 if (compute_ov) { 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);