x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mwaitx-bdver4.d
1 #source: mwaitx.s
2 #as: -march=bdver4
3 #objdump: -dw
4 #name: i386 monitorx and mwaitx insn
5
6 .*: +file format .*
7
8
9 Disassembly of section \.text:
10
11 00000000 <_start>:
12 [ ]*[a-f0-9]+: 0f 01 fa monitorx %eax,%ecx,%edx
13 [ ]*[a-f0-9]+: 67 0f 01 fa monitorx %ax,%ecx,%edx
14 [ ]*[a-f0-9]+: 0f 01 fa monitorx %eax,%ecx,%edx
15 [ ]*[a-f0-9]+: 0f 01 fb mwaitx %eax,%ecx,%ebx
16 [ ]*[a-f0-9]+: 0f 01 fb mwaitx %eax,%ecx,%ebx
17 #pass
This page took 0.049281 seconds and 4 git commands to generate.