architecture.h File Reference

Platform-independent access to architecture details. More...

Detailed Description

Platform-independent access to architecture details.

Author
Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@ovg.nosp@m.u.de

Definition in file architecture.h.

#include <stdint.h>
#include "architecture_arch.h"
+ Include dependency graph for architecture.h:

Go to the source code of this file.

Macros

#define ARCHITECTURE_WORD_BITS   <NUM>
 Size of a word in bits. More...
 
#define ARCHITECTURE_WORD_BYTES   <NUM>
 Size of a word in bytes. More...
 
#define WORD_ALIGNED   __attribute__((aligned(ARCHITECTURE_WORD_BYTES)))
 Type qualifier to use to align data on word boundaries. More...
 

Typedefs

typedef uint< num > _t uword_t
 Word sized unsigned integer. More...
 
typedef int< num > _t sword_t
 Word sized signed integer. More...