Go to the source code of this file.
| #define BYTE_MASK ((1U<<BITS_PER_BYTE)-1) |
| #define BYTE_TO_HOST |
( |
|
x | ) |
(x) |
| #define BYTE_TO_HOST_ROUND |
( |
|
x | ) |
(x) |
| #define BYTE_TO_TADDR |
( |
|
x | ) |
(x) |
| #define CINIT_DEFAULT_PAGE 0 /* default .cinit page number */ |
| #define HOST_ENDIANNESS 0 |
| #define HOST_TO_BYTE |
( |
|
x | ) |
(x) |
| #define HOST_TO_TADDR |
( |
|
x | ) |
(x) |
| #define HOST_TO_TDATA |
( |
|
x | ) |
(x) |
| #define HOST_TO_TDATA_ROUND |
( |
|
x | ) |
(x) |
| #define LOG_BITS_PER_AU 3 |
| #define LOG_BITS_PER_BYTE 3 /* log base 2 of same */ |
| #define LOG_TARGET_AU_BITS 3 /* log2 of same */ |
| #define SWAP16BY8 |
( |
|
zz | ) |
(((zz) << 8) | ((zz) >> 8)) |
| #define SWAP32BY16 |
( |
|
zz | ) |
(((zz) << 16) | ((zz) >> 16)) |
| #define TADDR_TO_BYTE |
( |
|
x | ) |
(x) |
| #define TADDR_TO_HOST |
( |
|
x | ) |
(x) |
| #define TARGET_ENDIANNESS_DIFFERS |
( |
|
rtend | ) |
(rtend) |
| #define TARGET_WORD_ALIGN |
( |
|
zz | ) |
(zz) |
| #define TDATA_TO_HOST |
( |
|
x | ) |
(x) |