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