Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dtranslate.c3632 static bool do_arith_int(DisasContext *dc, arg_r_r_ri_cc *a, in do_arith_int() function
3681 return do_arith_int(dc, a, func_cc, NULL, false); in do_arith()
3683 return do_arith_int(dc, a, func, funci, false); in do_arith()
3690 return do_arith_int(dc, a, func, funci, a->cc); in do_logic()