i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / vaes.s
CommitLineData
8dcf1fad
IT
1# Check VAES instructions
2
3 .allow_index_reg
4 .text
5_start:
6# Tests for op ymm/mem256, ymm, ymm
7 vaesenc %ymm4,%ymm6,%ymm2
8 vaesenc (%ecx),%ymm6,%ymm7
9 vaesenclast %ymm4,%ymm6,%ymm2
10 vaesenclast (%ecx),%ymm6,%ymm7
11 vaesdec %ymm4,%ymm6,%ymm2
12 vaesdec (%ecx),%ymm6,%ymm7
13 vaesdeclast %ymm4,%ymm6,%ymm2
14 vaesdeclast (%ecx),%ymm6,%ymm7
15
16 .intel_syntax noprefix
17
18# Tests for op ymm/mem256, ymm, ymm
19 vaesenc ymm2,ymm6,ymm4
20 vaesenc ymm7,ymm6,YMMWORD PTR [ecx]
21 vaesenc ymm7,ymm6,[ecx]
22 vaesenclast ymm2,ymm6,ymm4
23 vaesenclast ymm7,ymm6,YMMWORD PTR [ecx]
24 vaesenclast ymm7,ymm6,[ecx]
25 vaesdec ymm2,ymm6,ymm4
26 vaesdec ymm7,ymm6,YMMWORD PTR [ecx]
27 vaesdec ymm7,ymm6,[ecx]
28 vaesdeclast ymm2,ymm6,ymm4
29 vaesdeclast ymm7,ymm6,YMMWORD PTR [ecx]
30 vaesdeclast ymm7,ymm6,[ecx]
This page took 0.126812 seconds and 4 git commands to generate.