summaryrefslogtreecommitdiffstats
path: root/opcodes/frv-desc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-03 17:15:25 +0000
committerNick Clifton <nickc@redhat.com>2003-06-03 17:15:25 +0000
commit7579829884ab4340f4b6980e10c3797d9ed30294 (patch)
treef2d691642d399adbf6b7e9d7389ba66bd664e555 /opcodes/frv-desc.c
parent27b1cc72b802ba6055e2c2929f7089375568939f (diff)
downloadppe42-binutils-7579829884ab4340f4b6980e10c3797d9ed30294.tar.gz
ppe42-binutils-7579829884ab4340f4b6980e10c3797d9ed30294.zip
FRV: Use a signed 6-bit immediate value not unsigned for mdrotli insn.
Use maintainer mode to regenerate ports.
Diffstat (limited to 'opcodes/frv-desc.c')
-rw-r--r--opcodes/frv-desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/frv-desc.c b/opcodes/frv-desc.c
index 5fac77a0dd..4ad4284e91 100644
--- a/opcodes/frv-desc.c
+++ b/opcodes/frv-desc.c
@@ -5497,7 +5497,7 @@ static const CGEN_IBASE frv_cgen_insn_table[MAX_INSNS] =
FRV_INSN_MSRAHI, "msrahi", "msrahi", 32,
{ 0, { (1<<MACH_BASE), UNIT_FM01, FR400_MAJOR_M_1, FR500_MAJOR_M_2 } }
},
-/* mdrotli$pack $FRinti,$u6,$FRintk */
+/* mdrotli$pack $FRinti,$s6,$FRintk */
{
FRV_INSN_MDROTLI, "mdrotli", "mdrotli", 32,
{ 0, { (1<<MACH_FR400), UNIT_FM0, FR400_MAJOR_M_2, FR500_MAJOR_NONE } }
OpenPOWER on IntegriCloud