Searched refs:do_arith_int (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 3667 static bool do_arith_int(DisasContext *dc, arg_r_r_ri_cc *a, in do_arith_int() function 3716 return do_arith_int(dc, a, func_cc, NULL, false); in do_arith() 3718 return do_arith_int(dc, a, func, funci, false); in do_arith() 3725 return do_arith_int(dc, a, func, funci, a->cc); in do_logic()
|