i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / prefetchwt1.s
CommitLineData
dcf893b5
IT
1# Check 32bit AVX512PF instructions
2
3 .allow_index_reg
4 .text
5_start:
6
7 prefetchwt1 (%ecx)
8 prefetchwt1 -123456(%esp,%esi,8)
9
10 .intel_syntax noprefix
11
12 prefetchwt1 BYTE PTR [ecx]
13 prefetchwt1 BYTE PTR [esp+esi*8-123456]
This page took 0.296227 seconds and 4 git commands to generate.