Home
last modified time | relevance | path

Searched refs:cpu_VF (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c789 tcg_gen_movi_i32(cpu_VF, 0); in gen_logic_CC()
810 tcg_gen_extrh_i64_i32(cpu_VF, flag); in gen_add64_CC()
826 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_add32_CC()
828 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_add32_CC()
860 tcg_gen_extrh_i64_i32(cpu_VF, flag); in gen_sub64_CC()
876 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_sub32_CC()
879 tcg_gen_and_i32(cpu_VF, cpu_VF, tmp); in gen_sub32_CC()
924 tcg_gen_extrh_i64_i32(cpu_VF, vf_64); in gen_adc_CC()
939 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_adc_CC()
941 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_adc_CC()
[all …]
H A Dtranslate.c50 TCGv_i32 cpu_CF, cpu_NF, cpu_VF, cpu_ZF; variable
71 cpu_VF = tcg_global_mem_new_i32(tcg_env, offsetof(CPUARMState, VF), "VF"); in arm_translate_init()
486 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_add_CC()
488 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_add_CC()
511 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_adc_CC()
513 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_adc_CC()
524 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_sub_CC()
527 tcg_gen_and_i32(cpu_VF, cpu_VF, tmp); in gen_sub_CC()
675 value = cpu_VF; in arm_test_cc()
693 tcg_gen_xor_i32(value, cpu_VF, cpu_NF); in arm_test_cc()
[all …]
H A Dtranslate-vfp.c353 tcg_gen_ext_i32_i64(vf, cpu_VF); in trans_VSEL()
393 tcg_gen_movcond_i32(TCG_COND_LT, dest, cpu_VF, zero, frn, frm); in trans_VSEL()
397 tcg_gen_xor_i32(tmp, cpu_VF, cpu_NF); in trans_VSEL()
403 tcg_gen_xor_i32(tmp, cpu_VF, cpu_NF); in trans_VSEL()
H A Dtranslate.h180 extern TCGv_i32 cpu_NF, cpu_ZF, cpu_CF, cpu_VF;
H A Dtranslate-sve.c515 tcg_gen_movi_i32(cpu_VF, 0); in do_pred_flags()
1669 tcg_gen_movi_i32(cpu_VF, 0); in do_predset()
3080 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
3081 tcg_gen_andc_i32(cpu_VF, cpu_VF, cpu_CF); in trans_CTERM()
3085 tcg_gen_neg_i32(cpu_VF, cpu_VF); in trans_CTERM()