|
@@ -5001,7 +5001,7 @@ static bool trans_LD1R_zpri(DisasContext *s, arg_rpri_load *a)
|
|
|
clean_addr = gen_mte_check1(s, temp, false, true, msz);
|
|
|
|
|
|
tcg_gen_qemu_ld_i64(temp, clean_addr, get_mem_index(s),
|
|
|
- s->be_data | dtype_mop[a->dtype]);
|
|
|
+ finalize_memop(s, dtype_mop[a->dtype]));
|
|
|
|
|
|
/* Broadcast to *all* elements. */
|
|
|
tcg_gen_gvec_dup_i64(esz, vec_full_reg_offset(s, a->rd),
|