x86-64: bndmk, bndldx, and bndstx don't allow RIP-relative addressing
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / vpclmulqdq.s
1 # Check VPCLMULQDQ instructions
2
3 .allow_index_reg
4 .text
5 _start:
6 vpclmulqdq $0xab, %ymm4, %ymm5, %ymm6
7 vpclmulqdq $123, -123456(%esp,%esi,8), %ymm5, %ymm6
8 vpclmulqdq $123, 4064(%edx), %ymm5, %ymm6
9
10 .intel_syntax noprefix
11 vpclmulqdq ymm6, ymm5, ymm4, 0xab
12 vpclmulqdq ymm6, ymm5, YMMWORD PTR [esp+esi*8-123456], 123
13 vpclmulqdq ymm6, ymm5, YMMWORD PTR [edx+4064], 123
This page took 0.033312 seconds and 4 git commands to generate.