Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c480 static void gen_add_CC(TCGv_i32 dest, TCGv_i32 t0, TCGv_i32 t1) in gen_add_CC() function
3869 DO_CMP2(CMN, gen_add_CC, false) in DO_CMP2()
3872 DO_ANY3(ADD, a->s ? gen_add_CC : tcg_gen_add_i32, false, in DO_CMP2()
H A Dtranslate-a64.c816 static void gen_add_CC(int sf, TCGv_i64 dest, TCGv_i64 t0, TCGv_i64 t1) in gen_add_CC() function
6844 gen_add_CC(sf, tcg_result, tcg_rn, tcg_rm); in disas_add_sub_ext_reg()
6906 gen_add_CC(sf, tcg_result, tcg_rn, tcg_rm); in disas_add_sub_reg()
7169 gen_add_CC(sf, tcg_tmp, tcg_rn, tcg_y); in disas_cc()
/openbmc/qemu/target/tricore/
H A Dtranslate.c1316 static inline void gen_add_CC(TCGv ret, TCGv r1, TCGv r2) in gen_add_CC() function
1342 gen_add_CC(ret, r1, temp); in gen_addi_CC()
5652 gen_add_CC(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_rr_accumulator()