[PATCH 2/3] Support Intel AMX-TF32
Jan Beulich
jbeulich@suse.com
Thu Dec 19 11:32:36 GMT 2024
On 18.12.2024 07:32, Haochen Jiang wrote:
> --- /dev/null
> +++ b/gas/testsuite/gas/i386/x86-64-amx-tf32-bad.s
> @@ -0,0 +1,18 @@
> +.text
> + #tmmultf32ps %tmm1, %tmm1, %tmm2 all tmm registers should be distinct
> + .insn VEX.128.66.0F38.W0 0x48, %tmm1, %tmm1, %tmm2
> +
> + #tmmultf32ps %tmm1, %tmm2, %tmm1 all tmm registers should be distinct
> + .insn VEX.128.66.0F38.W0 0x48, %tmm1, %tmm2, %tmm1
> +
> + #tmmultf32ps %tmm2, %tmm1, %tmm1 all tmm registers should be distinct
> + .insn VEX.128.66.0F38.W0 0x48, %tmm2, %tmm1, %tmm1
> +
> + #ttmmultf32ps %tmm1, %tmm1, %tmm2 all tmm registers should be distinct
> + .insn VEX.128.NP.0F38.W0 0x48, %tmm1, %tmm1, %tmm2
> +
> + #ttmmultf32ps %tmm1, %tmm2, %tmm1 all tmm registers should be distinct
> + .insn VEX.128.NP.0F38.W0 0x48, %tmm1, %tmm2, %tmm1
> +
> + #ttmmultf32ps %tmm2, %tmm1, %tmm1 all tmm registers should be distinct
> + .insn VEX.128.NP.0F38.W0 0x48, %tmm2, %tmm1, %tmm1
See comment on patch 1. Okay with that minor adjustment.
Jan
More information about the Binutils
mailing list