Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c518 static void gen_sub_CC(TCGv_i32 dest, TCGv_i32 t0, TCGv_i32 t1) in gen_sub_CC() function
3645 gen_sub_CC(dst, b, a); in gen_rsb_CC()
3870 DO_CMP2(CMP, gen_sub_CC, false) in DO_CMP2()
3880 DO_ANY3(SUB, a->s ? gen_sub_CC : tcg_gen_sub_i32, false, in DO_CMP2()
H A Dtranslate-a64.c867 static void gen_sub_CC(int sf, TCGv_i64 dest, TCGv_i64 t0, TCGv_i64 t1) in gen_sub_CC() function
6842 gen_sub_CC(sf, tcg_result, tcg_rn, tcg_rm); in disas_add_sub_ext_reg()
6904 gen_sub_CC(sf, tcg_result, tcg_rn, tcg_rm); in disas_add_sub_reg()
7167 gen_sub_CC(sf, tcg_tmp, tcg_rn, tcg_y); in disas_cc()
7694 gen_sub_CC(true, tcg_d, tcg_n, tcg_m); in disas_data_proc_2src()
/openbmc/qemu/target/tricore/
H A Dtranslate.c1464 static inline void gen_sub_CC(TCGv ret, TCGv r1, TCGv r2) in gen_sub_CC() function
5889 gen_sub_CC(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_rr_accumulator()