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.c948 tcg_gen_movi_i32(cpu_VF, 0); in gen_logic_CC()
969 tcg_gen_extrh_i64_i32(cpu_VF, flag); in gen_add64_CC()
985 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_add32_CC()
987 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_add32_CC()
1019 tcg_gen_extrh_i64_i32(cpu_VF, flag); in gen_sub64_CC()
1035 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_sub32_CC()
1038 tcg_gen_and_i32(cpu_VF, cpu_VF, tmp); in gen_sub32_CC()
1081 tcg_gen_extrh_i64_i32(cpu_VF, vf_64); in gen_adc_CC()
1094 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_adc_CC()
1096 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_adc_CC()
[all …]
H A Dtranslate.c51 TCGv_i32 cpu_CF, cpu_NF, cpu_VF, cpu_ZF; variable
72 cpu_VF = tcg_global_mem_new_i32(tcg_env, offsetof(CPUARMState, VF), "VF"); in arm_translate_init()
487 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_add_CC()
489 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_add_CC()
501 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_adc_CC()
503 tcg_gen_andc_i32(cpu_VF, cpu_VF, tmp); in gen_adc_CC()
514 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0); in gen_sub_CC()
517 tcg_gen_and_i32(cpu_VF, cpu_VF, tmp); in gen_sub_CC()
665 value = cpu_VF; in arm_test_cc()
683 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.h190 extern TCGv_i32 cpu_NF, cpu_ZF, cpu_CF, cpu_VF;
H A Dtranslate-sve.c530 tcg_gen_movi_i32(cpu_VF, 0); in do_pred_flags()
1720 tcg_gen_movi_i32(cpu_VF, 0); in do_predset()
3393 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
3394 tcg_gen_andc_i32(cpu_VF, cpu_VF, cpu_CF); in trans_CTERM()
3398 tcg_gen_neg_i32(cpu_VF, cpu_VF); in trans_CTERM()