x86/Intel: correct permitted operand sizes for AVX512 scatter/gather
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-nop-5.d
1 #source: nop-5.s
2 #objdump: -drw
3 #name: x86-64 .nops 5
4
5 .*: +file format .*
6
7
8 Disassembly of section .text:
9
10 0+ <_start>:
11 +[a-f0-9]+: 31 c0 xor %eax,%eax
12 +[a-f0-9]+: 85 c0 test %eax,%eax
13 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
14 +[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
15 +[a-f0-9]+: 90 nop
16 +[a-f0-9]+: 31 c0 xor %eax,%eax
17 +[a-f0-9]+: 31 c0 xor %eax,%eax
18
19 Disassembly of section .altinstr_replacement:
20
21 0+ <.altinstr_replacement>:
22 +[a-f0-9]+: 89 c0 mov %eax,%eax
23 +[a-f0-9]+: 89 c0 mov %eax,%eax
24 +[a-f0-9]+: 89 c0 mov %eax,%eax
25 +[a-f0-9]+: 89 c0 mov %eax,%eax
26 +[a-f0-9]+: e9 00 00 00 00 jmpq d <_start\+0xd> 9: R_X86_64_PLT32 foo-0x4
27 #pass
This page took 0.035633 seconds and 4 git commands to generate.