These values are private to tcg.c; we don't need to expose
this nonsense to the translators.
Tested-by: Tom Musta <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
#endif
}
+/* Parameters for function call generation, used in tcg.c. */
+#define TCG_TARGET_STACK_ALIGN 16
+#define TCG_TARGET_CALL_STACK_OFFSET 48
+#define TCG_TARGET_EXTEND_ARGS 1
+
#define FRAME_SIZE ((int) \
((8 /* back chain */ \
+ 8 /* CR */ \
TCG_AREG0 = TCG_REG_R27
} TCGReg;
-/* used for function call generation */
-#define TCG_TARGET_STACK_ALIGN 16
-#define TCG_TARGET_CALL_STACK_OFFSET 48
-
/* optional instructions automatically implemented */
#define TCG_TARGET_HAS_ext8u_i32 0 /* andi */
#define TCG_TARGET_HAS_ext16u_i32 0
#define TCG_TARGET_HAS_muluh_i64 1
#define TCG_TARGET_HAS_mulsh_i64 1
-#define TCG_TARGET_EXTEND_ARGS 1
-
#endif