x86: Properly decode EVEX.W in vcvt[u]si2s[sd] in 32-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / evex.s
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.040511 seconds and 4 git commands to generate.