diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2013-09-02 11:42:38 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2013-09-02 11:42:38 +0000 |
commit | c8094e012c8c44edc02008f13d0ec4335294b708 (patch) | |
tree | a8a3e4845e77ed46a6699ac737f0f74be420d145 /opcodes/s390-opc.txt | |
parent | 9058cc3a1bbf4c43a484120290e4245622782bb0 (diff) | |
download | gdb-c8094e012c8c44edc02008f13d0ec4335294b708.zip gdb-c8094e012c8c44edc02008f13d0ec4335294b708.tar.gz gdb-c8094e012c8c44edc02008f13d0ec4335294b708.tar.bz2 |
2013-09-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.txt: Fix description for fiebra, fidbra, and fixbra.
For the load fp integer instructions only the suppression flag was
new with z196 version.
Diffstat (limited to 'opcodes/s390-opc.txt')
-rw-r--r-- | opcodes/s390-opc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 71369ec..657d935 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -1082,9 +1082,9 @@ b39e clfxbr RRF_UURFE "convert to 32 bit fixed logical from extended bfp with ro b3ac clgebr RRF_UURF "convert to 64 bit fixed logical from short bfp with rounding mode" z196 zarch b3ad clgdbr RRF_UURF "convert to 64 bit fixed logical from long bfp with rounding mode" z196 zarch b3ae clgxbr RRF_UURFE "convert to 64 bit fixed logical from extended bfp with rounding mode" z196 zarch -b357 fiebra RRF_UUFF "load fp integer short bfp with rounding mode" z196 zarch -b35f fidbra RRF_UUFF "load fp integer long bfp with rounding mode" z196 zarch -b347 fixbra RRF_UUFEFE "load fp integer extended bfp with rounding mode" z196 zarch +b357 fiebra RRF_UUFF "load fp integer short bfp with inexact suppression" z196 zarch +b35f fidbra RRF_UUFF "load fp integer long bfp with inexact suppression" z196 zarch +b347 fixbra RRF_UUFEFE "load fp integer extended bfp with inexact suppression" z196 zarch b344 ledbra RRF_UUFF "load rounded short/long bfp to short/long bfp with rounding mode" z196 zarch b345 ldxbra RRF_UUFEFE "load rounded long/extended bfp to long/extended bfp with rounding mode" z196 zarch b346 lexbra RRF_UUFEFE "load rounded short/extended bfp to short/extended bfp with rounding mode" z196 zarch |