x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / evex.s
CommitLineData
d20dee9e
L
1# Check EVEX instructions
2
3 .allow_index_reg
4 .text
5_start:
6 .byte 0x62, 0xf1, 0xd6, 0x38, 0x2a, 0xf0
7 .byte 0x62, 0xf1, 0xd7, 0x38, 0x2a, 0xf0
8 .byte 0x62, 0xf1, 0xd6, 0x08, 0x7b, 0xf0
9 .byte 0x62, 0xf1, 0xd7, 0x08, 0x7b, 0xf0
10 .byte 0x62, 0xf1, 0xd6, 0x38, 0x7b, 0xf0
11 .byte 0x62, 0xf1, 0xd7, 0x38, 0x7b, 0xf0
This page took 0.079869 seconds and 4 git commands to generate.