Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8709 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare()
8722 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
8724 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
8740 gen_helper_vfp_cmpes_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
8742 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
8747 gen_helper_vfp_cmpeh_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
8749 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
8757 gen_set_nzcv(tcg_flags); in handle_fp_compare()
8708 TCGv_i64 tcg_flags = tcg_temp_new_i64(); handle_fp_compare() local