x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / adx.d
CommitLineData
e2e1fcde
L
1#objdump: -dw
2#name: i386 ADX
3
4.*: +file format .*
5
6
7Disassembly of section .text:
8
90+ <_start>:
10[ ]*[a-f0-9]+: 66 0f 38 f6 81 90 01 00 00 adcx 0x190\(%ecx\),%eax
11[ ]*[a-f0-9]+: 66 0f 38 f6 ca adcx %edx,%ecx
12[ ]*[a-f0-9]+: 66 0f 38 f6 94 f4 0f 04 f6 ff adcx -0x9fbf1\(%esp,%esi,8\),%edx
13[ ]*[a-f0-9]+: 66 0f 38 f6 00 adcx \(%eax\),%eax
14[ ]*[a-f0-9]+: 66 0f 38 f6 ca adcx %edx,%ecx
15[ ]*[a-f0-9]+: 66 0f 38 f6 00 adcx \(%eax\),%eax
16[ ]*[a-f0-9]+: f3 0f 38 f6 81 90 01 00 00 adox 0x190\(%ecx\),%eax
17[ ]*[a-f0-9]+: f3 0f 38 f6 ca adox %edx,%ecx
18[ ]*[a-f0-9]+: f3 0f 38 f6 94 f4 0f 04 f6 ff adox -0x9fbf1\(%esp,%esi,8\),%edx
19[ ]*[a-f0-9]+: f3 0f 38 f6 00 adox \(%eax\),%eax
20[ ]*[a-f0-9]+: f3 0f 38 f6 ca adox %edx,%ecx
21[ ]*[a-f0-9]+: f3 0f 38 f6 00 adox \(%eax\),%eax
a0497384 22[ ]*[a-f0-9]+: 66 0f 38 f6 42 24 adcx 0x24\(%edx\),%eax
e2e1fcde 23[ ]*[a-f0-9]+: 66 0f 38 f6 d1 adcx %ecx,%edx
a0497384 24[ ]*[a-f0-9]+: 66 0f 38 f6 54 f4 f4 adcx -0xc\(%esp,%esi,8\),%edx
e2e1fcde 25[ ]*[a-f0-9]+: 66 0f 38 f6 00 adcx \(%eax\),%eax
a0497384 26[ ]*[a-f0-9]+: f3 0f 38 f6 42 24 adox 0x24\(%edx\),%eax
e2e1fcde 27[ ]*[a-f0-9]+: f3 0f 38 f6 d1 adox %ecx,%edx
a0497384 28[ ]*[a-f0-9]+: f3 0f 38 f6 54 f4 f4 adox -0xc\(%esp,%esi,8\),%edx
e2e1fcde 29[ ]*[a-f0-9]+: f3 0f 38 f6 00 adox \(%eax\),%eax
a0497384
JB
30[ ]*[a-f0-9]+: 67 66 0f 38 f6 42 24 adcx 0x24\(%bp,%si\),%eax
31[ ]*[a-f0-9]+: 66 0f 38 f6 d1 adcx %ecx,%edx
32[ ]*[a-f0-9]+: 67 66 0f 38 f6 54 f4 adcx -0xc\(%si\),%edx
33[ ]*[a-f0-9]+: f4 hlt *
34[ ]*[a-f0-9]+: 67 66 0f 38 f6 00 adcx \(%bx,%si\),%eax
35[ ]*[a-f0-9]+: 67 f3 0f 38 f6 42 24 adox 0x24\(%bp,%si\),%eax
36[ ]*[a-f0-9]+: f3 0f 38 f6 d1 adox %ecx,%edx
37[ ]*[a-f0-9]+: 67 f3 0f 38 f6 54 f4 adox -0xc\(%si\),%edx
38[ ]*[a-f0-9]+: f4 hlt *
39[ ]*[a-f0-9]+: 67 f3 0f 38 f6 00 adox \(%bx,%si\),%eax
e2e1fcde 40#pass
This page took 0.415322 seconds and 4 git commands to generate.