RTEMS CPU Kit with SuperCore
4.11.3
|
M32C Set up Basic CPU Dependency Settings Based on Compiler Settings. More...
Go to the source code of this file.
Macros | |
#define | CPU_NAME "m32c" |
#define | m32c_get_flg(_flg) __asm__ volatile( "stc flg, %0" : "=r" (_flg)) |
#define | m32c_set_flg(_flg) __asm__ volatile( "ldc %1, flg" : "=r" (_flg) : "r" (_flg) ) |
M32C Set up Basic CPU Dependency Settings Based on Compiler Settings.
This file sets up basic CPU dependency settings based on compiler settings. For example, it can determine if floating point is available. This particular implementation is specified to the NO CPU port.