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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [opcodes/] [cgen-types.h] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
/* Type definitions for CGEN-based opcode libraries.
/* Type definitions for CGEN-based opcode libraries.
   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
   Copyright (C) 2005, 2007 Free Software Foundation, Inc.
   Contributed by Red Hat.
   Contributed by Red Hat.
 
 
   This file is part of the GNU opcodes library.
   This file is part of the GNU opcodes library.
 
 
   This library is free software; you can redistribute it and/or modify
   This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3, or (at your option)
   the Free Software Foundation; either version 3, or (at your option)
   any later version.
   any later version.
 
 
   It is distributed in the hope that it will be useful, but WITHOUT
   It is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   License for more details.
   License for more details.
 
 
   You should have received a copy of the GNU General Public License along
   You should have received a copy of the GNU General Public License along
   with this program; if not, write to the Free Software Foundation, Inc.,
   with this program; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
#ifndef CGEN_TYPES_H
#ifndef CGEN_TYPES_H
#define CGEN_TYPES_H
#define CGEN_TYPES_H
 
 
#include "../bfd/bfd_stdint.h"
#include "../bfd/bfd_stdint.h"
 
 
typedef  int8_t   QI;
typedef  int8_t   QI;
typedef uint8_t  UQI;
typedef uint8_t  UQI;
typedef  int16_t  HI;
typedef  int16_t  HI;
typedef uint16_t UHI;
typedef uint16_t UHI;
typedef  int32_t  SI;
typedef  int32_t  SI;
typedef uint32_t USI;
typedef uint32_t USI;
typedef  int64_t  DI;
typedef  int64_t  DI;
typedef uint64_t UDI;
typedef uint64_t UDI;
 
 
typedef int INT;
typedef int INT;
typedef unsigned int UINT;
typedef unsigned int UINT;
 
 
typedef float SF;
typedef float SF;
typedef double DF;
typedef double DF;
typedef long double XF, TF;
typedef long double XF, TF;
 
 
#endif /* CGEN_TYPES_H */
#endif /* CGEN_TYPES_H */
 
 

powered by: WebSVN 2.1.0

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