diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-04-07 14:38:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-04-07 14:38:25 +0000 |
commit | f04cc279d0e69c8a8eb54cf6053a5018dc30ceff (patch) | |
tree | d5d72fdaeefa625a542c7e7a69fe1caca2d959b6 /gas | |
parent | 380814a698a8efd950c29faf10a5044df847521b (diff) | |
download | gdb-f04cc279d0e69c8a8eb54cf6053a5018dc30ceff.zip gdb-f04cc279d0e69c8a8eb54cf6053a5018dc30ceff.tar.gz gdb-f04cc279d0e69c8a8eb54cf6053a5018dc30ceff.tar.bz2 |
Add the missing ymm test in the last checkin.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/i386/att-regs.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/att-regs.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel-regs.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/intel-regs.s | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/i386/att-regs.d b/gas/testsuite/gas/i386/att-regs.d index 384e789..185507e 100644 --- a/gas/testsuite/gas/i386/att-regs.d +++ b/gas/testsuite/gas/i386/att-regs.d @@ -31,6 +31,7 @@ Disassembly of section \.text: .*:[ ]+0f 24 c0[ ]+mov[ ]+%tr0,%eax .*[ ]+R_386_32[ ]+mm0 .*[ ]+R_386_32[ ]+xmm0 +.*[ ]+R_386_32[ ]+ymm0 .*:[ ]+dd c0[ ]+ffree[ ]+%st(\(0\))? .*:[ ]+0f ef c0[ ]+pxor[ ]+%mm0,%mm0 .*:[ ]+0f 57 c0[ ]+xorps[ ]+%xmm0,%xmm0 diff --git a/gas/testsuite/gas/i386/att-regs.s b/gas/testsuite/gas/i386/att-regs.s index f58deec..2c15a17 100644 --- a/gas/testsuite/gas/i386/att-regs.s +++ b/gas/testsuite/gas/i386/att-regs.s @@ -32,6 +32,7 @@ mov tr0, eax mov mm0, eax mov xmm0, eax + mov ymm0, eax #todo .arch i387 ffree st diff --git a/gas/testsuite/gas/i386/intel-regs.d b/gas/testsuite/gas/i386/intel-regs.d index 0ecc9f6..bfca1c1 100644 --- a/gas/testsuite/gas/i386/intel-regs.d +++ b/gas/testsuite/gas/i386/intel-regs.d @@ -31,6 +31,7 @@ Disassembly of section \.text: .*:[ ]+0f 24 c0[ ]+mov[ ]+%tr0,%eax .*[ ]+R_386_32[ ]+mm0 .*[ ]+R_386_32[ ]+xmm0 +.*[ ]+R_386_32[ ]+ymm0 .*:[ ]+dd c0[ ]+ffree[ ]+%st(\(0\))? .*:[ ]+0f ef c0[ ]+pxor[ ]+%mm0,%mm0 .*:[ ]+0f 57 c0[ ]+xorps[ ]+%xmm0,%xmm0 diff --git a/gas/testsuite/gas/i386/intel-regs.s b/gas/testsuite/gas/i386/intel-regs.s index 546e196..6b716b7 100644 --- a/gas/testsuite/gas/i386/intel-regs.s +++ b/gas/testsuite/gas/i386/intel-regs.s @@ -32,6 +32,7 @@ mov eax, tr0 mov eax, mm0 mov eax, xmm0 + mov eax, ymm0 #todo .arch i387 ffree st |