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.c3710 static bool do_arith(DisasContext *dc, arg_r_r_ri_cc *a, in do_arith() function
3728 TRANS(ADD, ALL, do_arith, a, tcg_gen_add_tl, tcg_gen_addi_tl, gen_op_addcc) in TRANS() argument
3729 TRANS(SUB, ALL, do_arith, a, tcg_gen_sub_tl, tcg_gen_subi_tl, gen_op_subcc) in TRANS()
3730 TRANS(ADDC, ALL, do_arith, a, gen_op_addc, NULL, gen_op_addccc) in TRANS()
3731 TRANS(SUBC, ALL, do_arith, a, gen_op_subc, NULL, gen_op_subccc) in TRANS()
3733 TRANS(TADDcc, ALL, do_arith, a, NULL, NULL, gen_op_taddcc) in TRANS()
3734 TRANS(TSUBcc, ALL, do_arith, a, NULL, NULL, gen_op_tsubcc) in TRANS()
3735 TRANS(TADDccTV, ALL, do_arith, a, NULL, NULL, gen_op_taddcctv) in TRANS()
3736 TRANS(TSUBccTV, ALL, do_arith, a, NULL, NULL, gen_op_tsubcctv) in TRANS()
3744 TRANS(MULX, 64, do_arith, a, tcg_gen_mul_tl, tcg_gen_muli_tl, NULL) in TRANS()
[all …]
/openbmc/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: