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