Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc415 gen_op_arith_subf(ctx, cpu_gpr[a->rt], cpu_gpr[a->ra],
423 gen_op_arith_subf(ctx, cpu_gpr[a->rt], cpu_gpr[a->ra], cpu_gpr[a->rb],
431 gen_op_arith_subf(ctx, cpu_gpr[a->rt], cpu_gpr[a->ra], const_val,
547 gen_op_arith_subf(ctx, cpu_gpr[a->rt], cpu_gpr[a->ra], zero,
/openbmc/qemu/target/ppc/
H A Dtranslate.c1888 static inline void gen_op_arith_subf(DisasContext *ctx, TCGv ret, TCGv arg1, in gen_op_arith_subf() function