rewrite the ARM port of GNU lightning to a form compatible with the versions for the other CPUs

This commit is contained in:
kr.angelov
2013-09-11 20:17:50 +00:00
parent 8a3b97e6a5
commit bfafdbfec3
8 changed files with 2525 additions and 3264 deletions

View File

@@ -131,6 +131,8 @@ typedef unsigned long _ul;
#define _s0P(I) ((I)==0)
#define _s8P(I) _siP(8,I)
#define _s16P(I) _siP(16,I)
#define _s20P(I) _siP(20,I)
#define _s24P(I) _siP(24,I)
#define _s32P(I) _siP(32,I)
#define _u8P(I) _uiP(8,I)
#define _u16P(I) _uiP(16,I)