Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dtranslate.c3675 static bool do_arith(DisasContext *dc, arg_r_r_ri_cc *a, in do_arith() function
3695 TRANS(ADDC, ALL, do_arith, a, gen_op_addc, NULL, gen_op_addccc) in TRANS()
3696 TRANS(SUBC, ALL, do_arith, a, gen_op_subc, NULL, gen_op_subccc) in TRANS()
3698 TRANS(TADDcc, ALL, do_arith, a, NULL, NULL, gen_op_taddcc) in TRANS()
3699 TRANS(TSUBcc, ALL, do_arith, a, NULL, NULL, gen_op_tsubcc) in TRANS()
3700 TRANS(TADDccTV, ALL, do_arith, a, NULL, NULL, gen_op_taddcctv) in TRANS()
3701 TRANS(TSUBccTV, ALL, do_arith, a, NULL, NULL, gen_op_tsubcctv) in TRANS()
3712 TRANS(MULScc, ALL, do_arith, a, NULL, NULL, gen_op_mulscc) in TRANS()
3714 TRANS(UDIVcc, DIV, do_arith, a, NULL, NULL, gen_op_udivcc) in TRANS()
3715 TRANS(SDIV, DIV, do_arith, a, gen_op_sdiv, NULL, gen_op_sdivcc) in TRANS()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1683 goto do_arith;
1686 goto do_arith;
1689 goto do_arith;
1692 goto do_arith;
1696 do_arith: