Searched refs:tcg_flags (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 8708 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare() local 8721 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare() 8723 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare() 8739 gen_helper_vfp_cmpes_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare() 8741 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare() 8746 gen_helper_vfp_cmpeh_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare() 8748 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare() 8756 gen_set_nzcv(tcg_flags); in handle_fp_compare()
|