Searched refs:gen_op_arith_compute_ov (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1642 static inline void gen_op_arith_compute_ov(DisasContext *ctx, TCGv arg0, in gen_op_arith_compute_ov() function 1736 gen_op_arith_compute_ov(ctx, t0, arg1, arg2, 0); in gen_op_arith_add() 1946 gen_op_arith_compute_ov(ctx, t0, arg1, arg2, 1); in gen_op_arith_subf()
|