RTEMS CPU Kit with SuperCore  4.11.3
Macros
m32c.h File Reference

M32C Set up Basic CPU Dependency Settings Based on Compiler Settings. More...

This graph shows which files directly or indirectly include this file:

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) )
 

Detailed Description

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.