gas/config/
[deliverable/binutils-gdb.git] / opcodes / xgate-dis.c
index 8c722f5d5c0eaa3b684b7dcd59daf99025baab51..31f44d63f9e5de7000c267f9f2836f9efa519f18 100644 (file)
@@ -177,16 +177,7 @@ print_insn (bfd_vma memaddr, struct disassemble_info* info)
               }
             break;
           case XG_R_R:
-            if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA_MON))
-              {
-                operandOne = ripBits (&operMaskReg, 3, decodePTR->opcodePTR,
-                    raw_code);
-                operandTwo = ripBits (&operMaskReg, 3, decodePTR->opcodePTR,
-                    raw_code);
-                (*info->fprintf_func)(info->stream, " R%x, R%x", operandOne,
-                    operandTwo);
-              }
-            else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
+            if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
               {
                 operandOne = ripBits (&operMaskReg, 3, opcodePTR, raw_code);
                 operandTwo = ripBits (&operMaskReg, 3, opcodePTR, raw_code);
This page took 0.026844 seconds and 4 git commands to generate.