summaryrefslogtreecommitdiff
path: root/opcodes/iq2000-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-27 09:30:09 +0000
committerNick Clifton <nickc@redhat.com>2004-10-27 09:30:09 +0000
commit629b6fa5a9b31fb6578159b3e411aa41bbb10ac1 (patch)
tree923104c5fd5f32cb1bba23569a6ee6cd4202d389 /opcodes/iq2000-dis.c
parent36d8a1325be1b645e250f3c6889d8a15fbf5a6a2 (diff)
downloadbinutils-redhat-629b6fa5a9b31fb6578159b3e411aa41bbb10ac1.tar.gz
Add an index operand to some of the iq2000 co-processor instructions
Diffstat (limited to 'opcodes/iq2000-dis.c')
-rw-r--r--opcodes/iq2000-dis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/iq2000-dis.c b/opcodes/iq2000-dis.c
index c20e978851..3c103d8395 100644
--- a/opcodes/iq2000-dis.c
+++ b/opcodes/iq2000-dis.c
@@ -92,6 +92,9 @@ iq2000_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
switch (opindex)
{
+ case IQ2000_OPERAND__INDEX :
+ print_normal (cd, info, fields->f_index, 0, pc, length);
+ break;
case IQ2000_OPERAND_BASE :
print_keyword (cd, info, & iq2000_cgen_opval_gr_names, fields->f_rs, 0);
break;
@@ -128,9 +131,6 @@ iq2000_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
case IQ2000_OPERAND_EXECODE :
print_normal (cd, info, fields->f_excode, 0, pc, length);
break;
- case IQ2000_OPERAND_F_INDEX :
- print_normal (cd, info, fields->f_index, 0, pc, length);
- break;
case IQ2000_OPERAND_HI16 :
print_normal (cd, info, fields->f_imm, 0, pc, length);
break;