|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH 2/3] target/arm: Restructure disas_fp_int_conv |
| Date: | Mon, 4 Feb 2019 11:04:14 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
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~
| [Prev in Thread] | Current Thread | [Next in Thread] |