Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c2107 static inline void gen_op_arith_subf(DisasContext *ctx, TCGv ret, TCGv arg1, in gen_op_arith_subf() function
2179 gen_op_arith_subf(ctx, cpu_gpr[rD(ctx->opcode)], \
2189 gen_op_arith_subf(ctx, cpu_gpr[rD(ctx->opcode)], \
2213 gen_op_arith_subf(ctx, cpu_gpr[rD(ctx->opcode)], cpu_gpr[rA(ctx->opcode)], in gen_subfic()
2221 gen_op_arith_subf(ctx, cpu_gpr[rD(ctx->opcode)], cpu_gpr[rA(ctx->opcode)], in gen_op_arith_neg()