Home
last modified time | relevance | path

Searched refs:cpu_CF (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c50 TCGv_i32 cpu_CF, cpu_NF, cpu_VF, cpu_ZF; variable
69 cpu_CF = tcg_global_mem_new_i32(tcg_env, offsetof(CPUARMState, CF), "CF"); in arm_translate_init()
468 tcg_gen_add_i32(dest, dest, cpu_CF); in gen_add_carry()
475 tcg_gen_add_i32(dest, dest, cpu_CF); in gen_sub_carry()
484 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, t1, tmp); in gen_add_CC()
498 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, cpu_CF, tmp); in gen_adc_CC()
499 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1, tmp); in gen_adc_CC()
506 tcg_gen_extu_i32_i64(q1, cpu_CF); in gen_adc_CC()
508 tcg_gen_extr_i64_i32(cpu_NF, cpu_CF, q0); in gen_adc_CC()
523 tcg_gen_setcond_i32(TCG_COND_GEU, cpu_CF, t0, t1); in gen_sub_CC()
[all …]
H A Dtranslate-a64.c788 tcg_gen_movi_i32(cpu_CF, 0); in gen_logic_CC()
803 tcg_gen_extrl_i64_i32(cpu_CF, flag); in gen_add64_CC()
824 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, tmp, t1_32, tmp); in gen_add32_CC()
854 tcg_gen_extrl_i64_i32(cpu_CF, flag); in gen_sub64_CC()
875 tcg_gen_setcond_i32(TCG_COND_GEU, cpu_CF, t0_32, t1_32); in gen_sub32_CC()
896 tcg_gen_extu_i32_i64(flag, cpu_CF); in gen_adc()
915 tcg_gen_extu_i32_i64(cf_64, cpu_CF); in gen_adc_CC()
918 tcg_gen_extrl_i64_i32(cpu_CF, cf_64); in gen_adc_CC()
935 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, zero, cpu_CF, zero); in gen_adc_CC()
936 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1_32, zero); in gen_adc_CC()
[all …]
H A Dtranslate.h180 extern TCGv_i32 cpu_NF, cpu_ZF, cpu_CF, cpu_VF;
H A Dtranslate-sve.c514 tcg_gen_andi_i32(cpu_CF, t, 1); in do_pred_flags()
1668 tcg_gen_movi_i32(cpu_CF, word == 0); in do_predset()
3081 tcg_gen_andc_i32(cpu_VF, cpu_VF, cpu_CF); in trans_CTERM()