IBM/Motorola Power Pc Definitions.
More...
#include <rtems/score/types.h>
Go to the source code of this file.
|
#define | CPU_NAME "PowerPC" |
|
#define | CPU_MODEL_NAME "Generic (classic FPU)" |
|
#define | PPC_ALIGNMENT 8 |
|
#define | PPC_DEFAULT_CACHE_LINE_POWER 5 |
|
#define | PPC_DEFAULT_CACHE_LINE_SIZE (1 << PPC_DEFAULT_CACHE_LINE_POWER) |
|
#define | PPC_STRUCTURE_ALIGNMENT PPC_DEFAULT_CACHE_LINE_SIZE |
|
#define | PPC_ABI_SVR4 2 |
|
#define | PPC_ABI_EABI 3 |
|
#define | PPC_ABI PPC_ABI_EABI |
|
#define | PPC_STACK_ALIGN_POWER 4 |
|
#define | PPC_STACK_ALIGNMENT (1 << PPC_STACK_ALIGN_POWER) |
|
#define | PPC_HAS_FPU 1 |
|
#define | PPC_HAS_DOUBLE 1 |
|
#define | PPC_ASM_ELF 0 |
|
#define | PPC_ASM PPC_ASM_ELF |
|
IBM/Motorola Power Pc Definitions.
This file contains definitions for the IBM/Motorola PowerPC family members.