Searched refs:gen_op_arith_compute_ca32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1668 static inline void gen_op_arith_compute_ca32(DisasContext *ctx, in gen_op_arith_compute_ca32() function 1726 gen_op_arith_compute_ca32(ctx, t0, arg1, arg2, ca32, 0); in gen_op_arith_add() 1927 gen_op_arith_compute_ca32(ctx, t0, inv1, arg2, cpu_ca32, 0); in gen_op_arith_subf() 1931 gen_op_arith_compute_ca32(ctx, t0, arg1, arg2, cpu_ca32, 1); in gen_op_arith_subf()
|