Searched refs:tcg_vn (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 8712 TCGv_i64 tcg_vn, tcg_vm; in handle_fp_compare() local 8714 tcg_vn = read_fp_dreg(s, rn); in handle_fp_compare() 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() 8726 TCGv_i32 tcg_vn = tcg_temp_new_i32(); in handle_fp_compare() local 8729 read_vec_element_i32(s, tcg_vn, rn, 0, size); 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()
|