summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-amx-complex.s
blob: 56f1a00fa9e2eb1b6eb82c9d58a032cf94b56714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Check 64bit AMX-COMPLEX instructions

	.allow_index_reg
	.text
_start:
	tcmmimfp16ps	%tmm4, %tmm5, %tmm6	 #AMX-COMPLEX
	tcmmimfp16ps	%tmm1, %tmm2, %tmm3	 #AMX-COMPLEX
	tcmmrlfp16ps	%tmm4, %tmm5, %tmm6	 #AMX-COMPLEX
	tcmmrlfp16ps	%tmm1, %tmm2, %tmm3	 #AMX-COMPLEX

.intel_syntax noprefix
	tcmmimfp16ps	tmm6, tmm5, tmm4	 #AMX-COMPLEX
	tcmmimfp16ps	tmm3, tmm2, tmm1	 #AMX-COMPLEX
	tcmmrlfp16ps	tmm6, tmm5, tmm4	 #AMX-COMPLEX
	tcmmrlfp16ps	tmm3, tmm2, tmm1	 #AMX-COMPLEX