x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-vpclmulqdq.s
1
2
3 .allow_index_reg
4 .text
5 _start:
6 vpclmulqdq $0xab, %ymm8, %ymm9, %ymm10
7 vpclmulqdq $123, 0x124(%rax,%r14,8), %ymm9, %ymm10
8 vpclmulqdq $123, 4064(%rdx), %ymm9, %ymm10
9
10 vpclmulhqhqdq %ymm10, %ymm11, %ymm12
11 vpclmulhqlqdq %ymm11, %ymm12, %ymm13
12 vpclmullqhqdq %ymm12, %ymm13, %ymm14
13 vpclmullqlqdq %ymm13, %ymm14, %ymm15
14
15 .intel_syntax noprefix
16 vpclmulqdq ymm10, ymm9, ymm8, 0xab
17 vpclmulqdq ymm10, ymm9, YMMWORD PTR [rax+r14*8+0x1234], 123
18 vpclmulqdq ymm10, ymm9, YMMWORD PTR [rdx+4064], 123
This page took 0.034875 seconds and 4 git commands to generate.