x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsavec.s
... / ...
CommitLineData
1# Check 32bit XSAVEC instructions
2
3 .allow_index_reg
4 .text
5_start:
6
7 xsavec (%ecx) # XSAVEC
8 xsavec -123456(%esp,%esi,8) # XSAVEC
9
10 .intel_syntax noprefix
11 xsavec [ecx] # XSAVEC
12 xsavec [esp+esi*8-123456] # XSAVEC
This page took 0.036558 seconds and 4 git commands to generate.