x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-prefetchwt1.s
1 # Check 64bit AVX512PF instructions
2
3 .allow_index_reg
4 .text
5 _start:
6
7 prefetchwt1 (%rcx) # AVX512PF
8 prefetchwt1 0x123(%rax,%r14,8) # AVX512PF
9
10 .intel_syntax noprefix
11
12 prefetchwt1 BYTE PTR [rcx] # AVX512PF
13 prefetchwt1 BYTE PTR [rax+r14*8+0x1234] # AVX512PF
This page took 0.057913 seconds and 4 git commands to generate.