x86: Add assembler -mx86-used-note=yes test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-vpclmulqdq.s
CommitLineData
ff1982d5
IT
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.095518 seconds and 4 git commands to generate.