Classes | Namespaces | Defines

Native.h File Reference

Classes

struct  nanojit::GuardRecord
struct  nanojit::SideExit

Namespaces

namespace  nanojit

Defines

#define PEDANTIC   0
#define UNLESS_PEDANTIC(...)   __VA_ARGS__
#define IF_PEDANTIC(...)
#define NJ_USES_IMMD_POOL   0
#define NJ_JTBL_SUPPORTED   0
#define NJ_EXPANDED_LOADSTORE_SUPPORTED   0
#define NJ_F2I_SUPPORTED   0
#define NJ_SOFTFLOAT_SUPPORTED   0
#define NJ_DIVI_SUPPORTED   0
#define CASESF(x)
#define isSPorFP(r)   ( (r)==SP || (r)==FP )
#define asm_output(...)
#define gpn(r)

Define Documentation

#define asm_output (   ...  ) 
#define CASESF (   x  ) 
#define gpn (   r  ) 
#define IF_PEDANTIC (   ...  ) 
#define isSPorFP (   r  )     ( (r)==SP || (r)==FP )
#define NJ_DIVI_SUPPORTED   0
#define NJ_EXPANDED_LOADSTORE_SUPPORTED   0
#define NJ_F2I_SUPPORTED   0
#define NJ_JTBL_SUPPORTED   0
#define NJ_SOFTFLOAT_SUPPORTED   0
#define NJ_USES_IMMD_POOL   0
#define PEDANTIC   0
#define UNLESS_PEDANTIC (   ...  )     __VA_ARGS__