Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / cldemote.s
CommitLineData
c48935d7
IT
1# Check 32bit CLDEMOTE instructions
2
3 .allow_index_reg
4 .text
5_start:
6
7 cldemote (%ecx)
8 cldemote -123456(%esp,%esi,8)
9
10 .intel_syntax noprefix
11 cldemote BYTE PTR [ecx]
12 cldemote BYTE PTR [esp+esi*8-123456]
This page took 0.087907 seconds and 4 git commands to generate.