ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Macros | Typedefs
386-GCC.h File Reference

this file was derived from the 386-GCC.h file provided with John Hauser's Softfloat 2b library More...

#include "etiss/jit/types.h"
Include dependency graph for 386-GCC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LITTLEENDIAN
 
#define BITS64
 
#define LIT64(a)   a##LL
 
#define INLINE   extern inline
 

Typedefs

typedef char flag
 
typedef etiss_uint8 uint8
 
typedef etiss_int8 int8
 
typedef etiss_uint16 uint16
 
typedef etiss_int16 int16
 
typedef etiss_uint32 uint32
 
typedef etiss_int32 int32
 
typedef etiss_uint64 uint64
 
typedef etiss_int64 int64
 
typedef etiss_uint8 bits8
 
typedef etiss_int8 sbits8
 
typedef etiss_uint16 bits16
 
typedef etiss_int16 sbits16
 
typedef etiss_uint32 bits32
 
typedef etiss_int32 sbits32
 
typedef etiss_uint64 bits64
 
typedef etiss_int64 sbits64
 

Detailed Description

this file was derived from the 386-GCC.h file provided with John Hauser's Softfloat 2b library


Copyright 2018 Infineon Technologies AG

This file is part of ETISS tool, see https://github.com/tum-ei-eda/etiss.

The initial version of this software has been created with the funding support by the German Federal
Ministry of Education and Research (BMBF) in the project EffektiV under grant 01IS13022.

Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and
the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions
and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse
or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Author
Marc Greim marc..nosp@m.grei.nosp@m.m@myt.nosp@m.um.d.nosp@m.e, Chair of Electronic Design Automation, TUM
Date
July 29, 2014
Version
1.0

Definition in file 386-GCC.h.

Macro Definition Documentation

◆ BITS64

#define BITS64

Definition at line 65 of file 386-GCC.h.

◆ INLINE

#define INLINE   extern inline

Definition at line 107 of file 386-GCC.h.

◆ LIT64

#define LIT64 (   a)    a##LL

Definition at line 100 of file 386-GCC.h.

◆ LITTLEENDIAN

#define LITTLEENDIAN

Definition at line 59 of file 386-GCC.h.

Typedef Documentation

◆ bits16

Definition at line 93 of file 386-GCC.h.

◆ bits32

Definition at line 95 of file 386-GCC.h.

◆ bits64

Definition at line 97 of file 386-GCC.h.

◆ bits8

typedef etiss_uint8 bits8

Definition at line 91 of file 386-GCC.h.

◆ flag

typedef char flag

Definition at line 75 of file 386-GCC.h.

◆ int16

typedef etiss_int16 int16

Definition at line 79 of file 386-GCC.h.

◆ int32

typedef etiss_int32 int32

Definition at line 81 of file 386-GCC.h.

◆ int64

typedef etiss_int64 int64

Definition at line 83 of file 386-GCC.h.

◆ int8

typedef etiss_int8 int8

Definition at line 77 of file 386-GCC.h.

◆ sbits16

Definition at line 94 of file 386-GCC.h.

◆ sbits32

Definition at line 96 of file 386-GCC.h.

◆ sbits64

Definition at line 98 of file 386-GCC.h.

◆ sbits8

typedef etiss_int8 sbits8

Definition at line 92 of file 386-GCC.h.

◆ uint16

Definition at line 78 of file 386-GCC.h.

◆ uint32

Definition at line 80 of file 386-GCC.h.

◆ uint64

Definition at line 82 of file 386-GCC.h.

◆ uint8

typedef etiss_uint8 uint8

Definition at line 76 of file 386-GCC.h.