OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [cpu/] [mt.opc] - Diff between revs 24 and 166

Show entire file | Details | Blame | View Log

Rev 24 Rev 166
Line 1... Line 1...
/* Morpho Technologies mRISC opcode support, for GNU Binutils.  -*- C -*-
/* Morpho Technologies mRISC opcode support, for GNU Binutils.  -*- C -*-
   Copyright 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
   Copyright 2001, 2007, 2008, 2009, 2012 Free Software Foundation, Inc.
 
 
   Contributed by Red Hat Inc; developed under contract from
   Contributed by Red Hat Inc; developed under contract from
   Morpho Technologies.
   Morpho Technologies.
 
 
   This file is part of the GNU Binutils.
   This file is part of the GNU Binutils.
Line 445... Line 445...
                 bfd_vma pc ATTRIBUTE_UNUSED,
                 bfd_vma pc ATTRIBUTE_UNUSED,
                 int length ATTRIBUTE_UNUSED)
                 int length ATTRIBUTE_UNUSED)
{
{
  disassemble_info *info = (disassemble_info *) dis_info;
  disassemble_info *info = (disassemble_info *) dis_info;
 
 
  info->fprintf_func (info->stream, "$%lx", value);
  info->fprintf_func (info->stream, "$%lx", value & 0xffffffff);
 
 
  if (0)
  if (0)
    print_normal (cd, dis_info, value, attrs, pc, length);
    print_normal (cd, dis_info, value, attrs, pc, length);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.