Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c1646 bool compute_ov, bool compute_rc0) in gen_op_arith_add() argument
1650 if (compute_ca || compute_ov) { in gen_op_arith_add()
1689 if (compute_ov) { in gen_op_arith_add()
1757 TCGv arg2, int sign, int compute_ov) in gen_op_arith_divw() argument
1783 if (compute_ov) { in gen_op_arith_divw()
1853 if (compute_ov) { in gen_op_arith_divd()
2109 bool compute_ov, bool compute_rc0) in gen_op_arith_subf() argument
2113 if (compute_ca || compute_ov) { in gen_op_arith_subf()
2164 if (compute_ov) { in gen_op_arith_subf()
2218 static inline void gen_op_arith_neg(DisasContext *ctx, bool compute_ov) in gen_op_arith_neg() argument
[all …]