2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>

* gas/s390/zarch-zEC12.d: Fix branch preload instructions.
	* gas/s390/zarch-zEC12.s: Likewise.
This commit is contained in:
Andreas Krebbel 2012-10-04 10:20:48 +00:00
parent b95ee1f439
commit 8936df7e34
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/s390/zarch-zEC12.d: Fix branch preload instructions.
* gas/s390/zarch-zEC12.s: Likewise.
2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/s390/s390.exp: Run zEC12 tests.

View file

@ -12,8 +12,8 @@ Disassembly of section .text:
.*: e5 60 6f a0 fd e8 [ ]*tbegin 4000\(%r6\),65000
.*: e5 61 6f a0 fd e8 [ ]*tbeginc 4000\(%r6\),65000
.*: b2 f8 00 00 [ ]*tend
.*: c7 a0 6f a0 d8 f0 [ ]*bpp 10,ffffffffffffb1fe <foo+0xffffffffffffb1fe>,4000\(%r6\)
.*: c5 ac 18 fe c7 80 [ ]*bprp 10,fffffffffffff854 <foo+0xfffffffffffff854>,-80000
.*: c7 a0 6f a0 00 00 [ ]*bpp 10,1e <foo\+0x1e>,4000\(%r6\)
.*: c5 a0 00 fe c7 80 [ ]*bprp 10,24 <foo\+0x24>,-80000
.*: b2 fa 00 ad [ ]*niai 10,13
.*: e3 67 8a 4d fe 9f [ ]*lat %r6,-5555\(%r7,%r8\)
.*: e3 67 8a 4d fe 85 [ ]*lgat %r6,-5555\(%r7,%r8\)

View file

@ -6,8 +6,8 @@ foo:
tbegin 4000(%r6),65000
tbeginc 4000(%r6),65000
tend
bpp 10,-20000,4000(%r6)
bprp 10,-2000,-80000
bpp 10,.,4000(%r6)
bprp 10,.,-80000
niai 10,13
lat %r6,-5555(%r7,%r8)
lgat %r6,-5555(%r7,%r8)