Fix Arm build error
[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, %ymm28, %ymm29, %ymm30
7 vpclmulqdq $123, 0x124(%rax,%r14,8), %ymm29, %ymm30
8 vpclmulqdq $123, 4064(%rdx), %ymm29, %ymm30
9
10 .intel_syntax noprefix
11 vpclmulqdq ymm30, ymm29, ymm28, 0xab
12 vpclmulqdq ymm30, ymm29, YMMWORD PTR [rax+r14*8+0x1234], 123
13 vpclmulqdq ymm30, ymm29, YMMWORD PTR [rdx+4064], 123
This page took 0.038145 seconds and 4 git commands to generate.