mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Add the missing ymm test in the last checkin.
This commit is contained in:
@ -31,6 +31,7 @@ Disassembly of section \.text:
|
|||||||
.*:[ ]+0f 24 c0[ ]+mov[ ]+%tr0,%eax
|
.*:[ ]+0f 24 c0[ ]+mov[ ]+%tr0,%eax
|
||||||
.*[ ]+R_386_32[ ]+mm0
|
.*[ ]+R_386_32[ ]+mm0
|
||||||
.*[ ]+R_386_32[ ]+xmm0
|
.*[ ]+R_386_32[ ]+xmm0
|
||||||
|
.*[ ]+R_386_32[ ]+ymm0
|
||||||
.*:[ ]+dd c0[ ]+ffree[ ]+%st(\(0\))?
|
.*:[ ]+dd c0[ ]+ffree[ ]+%st(\(0\))?
|
||||||
.*:[ ]+0f ef c0[ ]+pxor[ ]+%mm0,%mm0
|
.*:[ ]+0f ef c0[ ]+pxor[ ]+%mm0,%mm0
|
||||||
.*:[ ]+0f 57 c0[ ]+xorps[ ]+%xmm0,%xmm0
|
.*:[ ]+0f 57 c0[ ]+xorps[ ]+%xmm0,%xmm0
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
mov tr0, eax
|
mov tr0, eax
|
||||||
mov mm0, eax
|
mov mm0, eax
|
||||||
mov xmm0, eax
|
mov xmm0, eax
|
||||||
|
mov ymm0, eax
|
||||||
|
|
||||||
#todo .arch i387
|
#todo .arch i387
|
||||||
ffree st
|
ffree st
|
||||||
|
@ -31,6 +31,7 @@ Disassembly of section \.text:
|
|||||||
.*:[ ]+0f 24 c0[ ]+mov[ ]+%tr0,%eax
|
.*:[ ]+0f 24 c0[ ]+mov[ ]+%tr0,%eax
|
||||||
.*[ ]+R_386_32[ ]+mm0
|
.*[ ]+R_386_32[ ]+mm0
|
||||||
.*[ ]+R_386_32[ ]+xmm0
|
.*[ ]+R_386_32[ ]+xmm0
|
||||||
|
.*[ ]+R_386_32[ ]+ymm0
|
||||||
.*:[ ]+dd c0[ ]+ffree[ ]+%st(\(0\))?
|
.*:[ ]+dd c0[ ]+ffree[ ]+%st(\(0\))?
|
||||||
.*:[ ]+0f ef c0[ ]+pxor[ ]+%mm0,%mm0
|
.*:[ ]+0f ef c0[ ]+pxor[ ]+%mm0,%mm0
|
||||||
.*:[ ]+0f 57 c0[ ]+xorps[ ]+%xmm0,%xmm0
|
.*:[ ]+0f 57 c0[ ]+xorps[ ]+%xmm0,%xmm0
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
mov eax, tr0
|
mov eax, tr0
|
||||||
mov eax, mm0
|
mov eax, mm0
|
||||||
mov eax, xmm0
|
mov eax, xmm0
|
||||||
|
mov eax, ymm0
|
||||||
|
|
||||||
#todo .arch i387
|
#todo .arch i387
|
||||||
ffree st
|
ffree st
|
||||||
|
Reference in New Issue
Block a user