Searched refs:gen_compare_reg (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1278 static bool gen_compare_reg(DisasCompare *cmp, int cond, TCGv r_src) in gen_compare_reg() function 2696 if (!gen_compare_reg(&cmp, a->cond, gen_load_gpr(dc, a->rs1))) { in TRANS() 4220 if (!gen_compare_reg(&cmp, a->cond, gen_load_gpr(dc, a->rs1))) { in trans_MOVR() 5436 if (!gen_compare_reg(&cmp, a->cond, gen_load_gpr(dc, a->rs1))) { in do_fmovr()
|