Fix disasm of vmovsd/vmovss with different length values.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsavec.s
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.033069 seconds and 4 git commands to generate.