Platform-independent access to architecture details. More...
Platform-independent access to architecture details.
Definition in file architecture.h.
#include <stdint.h>
#include "architecture_arch.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... | |