On 2/4/19 5:27 AM, Richard Henderson wrote: > + default: > + switch (sf << 6 | type << 5 | rmode << 3 | opcode) { > + case 0b01100110: /* FMOV half <-> 32-bit int */ > + case 0b01100111: > + case 0b11100110: /* FMOV half <-> 64-bit int */ > + case 0b11100111: > + if (!dc_isar_feature(aa64_fp16, s)) { > + goto do_unallocated; > + } > + /* fallthru */ > + case 0b00000110: /* FMOV 32-bit */ > + case 0b00000111: > + case 0b10100110: /* FMOV 64-bit */ > + case 0b10100111: > + case 0b11001110: /* FMOV top half of 128-bit */ > + case 0b11001111:
There's an error in here that a full risu run has diagnosed. r~