On 10/27/21 11:07 AM, Philippe Mathieu-Daudé wrote:
+static bool trans_SHF(DisasContext *ctx, arg_msa_i8 *a)
+{
+ if (a->df == DF_DOUBLE) {
+ gen_reserved_instruction(ctx);
+ return true;
+ }
Here you have the option to return false, as you choose. r~
