diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-02-19 17:29:37 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-02-19 17:29:37 +0000 |
commit | b8e558488cb3c85687107ef81b2504fac0c11a6b (patch) | |
tree | fce66d1f71354af9c9d1b2a2a12f47e6608541f1 /opcodes/s390-opc.txt | |
parent | * configure.ac: Adjust for loop syntax. (diff) | |
download | binutils-gdb-b8e558488cb3c85687107ef81b2504fac0c11a6b.tar.gz binutils-gdb-b8e558488cb3c85687107ef81b2504fac0c11a6b.tar.bz2 binutils-gdb-b8e558488cb3c85687107ef81b2504fac0c11a6b.zip |
2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
* s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
* s390-opc.c (s390_operands): Add RO_28 as optional gpr.
(INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
and sfpc.
Diffstat (limited to 'opcodes/s390-opc.txt')
-rw-r--r-- | opcodes/s390-opc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index bbe1588e142..8a81d28f6fc 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -354,7 +354,7 @@ b30d debr RRE_FF "divide short bfp" g5 esa,zarch ed000000000d deb RXE_FRRD "divide short bfp" g5 esa,zarch b35b didbr RRF_FUFF "divide to integer long bfp" g5 esa,zarch b353 diebr RRF_FUFF "divide to integer short bfp" g5 esa,zarch -b38c efpc RRE_RR "extract fpc" g5 esa,zarch +b38c efpc RRE_RR_OPT "extract fpc" g5 esa,zarch b342 ltxbr RRE_FF "load and test extended bfp" g5 esa,zarch b312 ltdbr RRE_FF "load and test long bfp" g5 esa,zarch b302 ltebr RRE_FF "load and test short bfp" g5 esa,zarch @@ -397,7 +397,7 @@ b31f msdbr RRF_F0FF "multiply and subtract long bfp" g5 esa,zarch ed000000001f msdb RXF_FRRDF "multiply and subtract long bfp" g5 esa,zarch b30f msebr RRF_F0FF "multiply and subtract short bfp" g5 esa,zarch ed000000000f mseb RXF_FRRDF "multiply and subtract short bfp" g5 esa,zarch -b384 sfpc RRE_RR "set fpc" g5 esa,zarch +b384 sfpc RRE_RR_OPT "set fpc" g5 esa,zarch b299 srnm S_RD "set rounding mode" g5 esa,zarch b316 sqxbr RRE_FF "square root extended bfp" g5 esa,zarch b315 sqdbr RRE_FF "square root long bfp" g5 esa,zarch |