ARM: Add VFP and hard-float ABI variants to interpreter.

This commit is contained in:
Mike Pall
2012-07-30 18:59:13 +02:00
parent 23abbd9ef3
commit a373fddbd3
3 changed files with 434 additions and 28 deletions

View File

@@ -97,7 +97,11 @@ enum {
#define CFRAME_OFS_L 12
#define CFRAME_OFS_PC 8
#define CFRAME_OFS_MULTRES 4
#if LJ_ARCH_HASFPU
#define CFRAME_SIZE 128
#else
#define CFRAME_SIZE 64
#endif
#define CFRAME_SHIFT_MULTRES 3
#elif LJ_TARGET_PPC
#if LJ_ARCH_PPC64