Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc242 gen_op_cmp(cpu_gpr[a->ra], cpu_gpr[a->rb], s, a->bf);
280 gen_op_cmp(cpu_gpr[a->ra], tcg_constant_tl(a->imm), s, a->bf);
/openbmc/qemu/target/ppc/
H A Dtranslate.c1472 static inline void gen_op_cmp(TCGv arg0, TCGv arg1, int s, int crf) in gen_op_cmp() function
1494 gen_op_cmp(arg0, t0, s, crf); in gen_op_cmpi()
1509 gen_op_cmp(t0, t1, s, crf); in gen_op_cmp32()