Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dtranslate.c3739 static bool do_arith(DisasContext *dc, arg_r_r_ri_cc *a, in do_arith() function
3757 TRANS(ADD, ALL, do_arith, a, tcg_gen_add_tl, tcg_gen_addi_tl, gen_op_addcc) in TRANS() argument
3758 TRANS(SUB, ALL, do_arith, a, tcg_gen_sub_tl, tcg_gen_subi_tl, gen_op_subcc) in TRANS()
3759 TRANS(ADDC, ALL, do_arith, a, gen_op_addc, NULL, gen_op_addccc) in TRANS()
3760 TRANS(SUBC, ALL, do_arith, a, gen_op_subc, NULL, gen_op_subccc) in TRANS()
3762 TRANS(TADDcc, ALL, do_arith, a, NULL, NULL, gen_op_taddcc) in TRANS()
3763 TRANS(TSUBcc, ALL, do_arith, a, NULL, NULL, gen_op_tsubcc) in TRANS()
3764 TRANS(TADDccTV, ALL, do_arith, a, NULL, NULL, gen_op_taddcctv) in TRANS()
3765 TRANS(TSUBccTV, ALL, do_arith, a, NULL, NULL, gen_op_tsubcctv) in TRANS()
3773 TRANS(MULX, 64, do_arith, a, tcg_gen_mul_tl, tcg_gen_muli_tl, NULL) in TRANS()
[all …]
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1679 goto do_arith;
1682 goto do_arith;
1685 goto do_arith;
1688 goto do_arith;
1692 do_arith: