Skip to content
Snippets Groups Projects
Commit 8114936d authored by H.J. Lu's avatar H.J. Lu
Browse files

2009-09-01 H.J. Lu <hongjiu.lu@intel.com>

	* gas/i386/att-regs.s: Add ymm tests for 16bit and 64bit.
	* gas/i386/intel-regs.s: Likewise.

	* gas/i386/att-regs.d: Updated.
	* gas/i386/intel-regs.d: Likewise.
parent 93dcfcd0
No related branches found
No related tags found
No related merge requests found
2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/att-regs.s: Add ymm tests for 16bit and 64bit.
* gas/i386/intel-regs.s: Likewise.
* gas/i386/att-regs.d: Updated.
* gas/i386/intel-regs.d: Likewise.
2009-09-01 H.J. Lu <hongjiu.lu@intel.com> 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/att-regs.s: Remove a tab. * gas/i386/att-regs.s: Remove a tab.
......
...@@ -19,6 +19,7 @@ Disassembly of section \.text: ...@@ -19,6 +19,7 @@ Disassembly of section \.text:
.*[ ]+R_386_16[ ]+tr0 .*[ ]+R_386_16[ ]+tr0
.*[ ]+R_386_16[ ]+mm0 .*[ ]+R_386_16[ ]+mm0
.*[ ]+R_386_16[ ]+xmm0 .*[ ]+R_386_16[ ]+xmm0
.*[ ]+R_386_16[ ]+ymm0
.*[ ]+R_386_32[ ]+rax .*[ ]+R_386_32[ ]+rax
.*[ ]+R_386_32[ ]+axl .*[ ]+R_386_32[ ]+axl
.*[ ]+R_386_32[ ]+r8b .*[ ]+R_386_32[ ]+r8b
...@@ -44,4 +45,7 @@ Disassembly of section \.text: ...@@ -44,4 +45,7 @@ Disassembly of section \.text:
.*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax .*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax
.*:[ ]+4c[ ]+dec %esp .*:[ ]+4c[ ]+dec %esp
.*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax .*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax
.* <ymm8>:
.*[ ]+<ymm8>
#pass #pass
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
mov tr0, ax ; add al, (bx,si) mov tr0, ax ; add al, (bx,si)
mov mm0, ax ; add al, (bx,si) mov mm0, ax ; add al, (bx,si)
mov xmm0, ax ; add al, (bx,si) mov xmm0, ax ; add al, (bx,si)
mov ymm0, ax ; add al, (bx,si)
.arch generic32 .arch generic32
.code32 .code32
...@@ -52,3 +53,5 @@ ...@@ -52,3 +53,5 @@
mov r8w, ax mov r8w, ax
mov r8d, eax mov r8d, eax
mov r8, rax mov r8, rax
ymm8:
jmp ymm8
...@@ -19,6 +19,7 @@ Disassembly of section \.text: ...@@ -19,6 +19,7 @@ Disassembly of section \.text:
.*[ ]+R_386_16[ ]+tr0 .*[ ]+R_386_16[ ]+tr0
.*[ ]+R_386_16[ ]+mm0 .*[ ]+R_386_16[ ]+mm0
.*[ ]+R_386_16[ ]+xmm0 .*[ ]+R_386_16[ ]+xmm0
.*[ ]+R_386_16[ ]+ymm0
.*[ ]+R_386_32[ ]+rax .*[ ]+R_386_32[ ]+rax
.*[ ]+R_386_32[ ]+axl .*[ ]+R_386_32[ ]+axl
.*[ ]+R_386_32[ ]+r8b .*[ ]+R_386_32[ ]+r8b
...@@ -44,4 +45,7 @@ Disassembly of section \.text: ...@@ -44,4 +45,7 @@ Disassembly of section \.text:
.*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax .*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax
.*:[ ]+4c[ ]+dec %esp .*:[ ]+4c[ ]+dec %esp
.*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax .*:[ ]+89 c0[ ]+mov[ ]+%eax,%eax
.* <ymm8>:
.*[ ]+<ymm8>
#pass #pass
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
mov ax, tr0 ; add [bx+si], al mov ax, tr0 ; add [bx+si], al
mov ax, mm0 ; add [bx+si], al mov ax, mm0 ; add [bx+si], al
mov ax, xmm0 ; add [bx+si], al mov ax, xmm0 ; add [bx+si], al
mov ax, ymm0 ; add [bx+si], al
.arch generic32 .arch generic32
.code32 .code32
...@@ -52,3 +53,5 @@ ...@@ -52,3 +53,5 @@
mov ax, r8w mov ax, r8w
mov eax, r8d mov eax, r8d
mov rax, r8 mov rax, r8
ymm8:
jmp ymm8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment