i386: Also check R12-R15 registers when optimizing testq to testb
[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:
cd546e7b
JB
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
ff1982d5
IT
14
15 .intel_syntax noprefix
cd546e7b
JB
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.179103 seconds and 4 git commands to generate.