Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/i386/align-1b.d
2023-03-06 14:48:14 +01:00

24 lines
705 B
Makefile

#name: i386 balign (-n)
#source: align-1.s
#as: -mtune=generic32 -n
#objdump: -dr
.*: +file format .*i386.*
Disassembly of section .text:
0+ <_start>:
[ ]*[a-f0-9]+: 89 f8 mov %edi,%eax
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: ba 00 00 00 00 mov \$0x0,%edx
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 90 nop
[ ]*[a-f0-9]+: 01 c2 add %eax,%edx
#pass