s390x-codegen.h - Initial SIMD support
[mono.git] / mono / mini / mini-s390x.h
index 1de03e2fd2af0df5e8b3b4cc2ac0665ab7b6c622..2ac8cc17a3115c21155a96783b0ae6c49c4d05bc 100644 (file)
@@ -112,6 +112,14 @@ typedef struct
 #define MONO_ARCH_FRAME_ALIGNMENT 8
 #define MONO_ARCH_CODE_ALIGNMENT 32
 
+/*-----------------------------------------------*/
+/* SIMD Related Definitions                      */
+/*-----------------------------------------------*/
+
+#define MONO_MAX_XREGS                 31
+#define MONO_ARCH_CALLEE_XREGS         0x0
+#define MONO_ARCH_CALLEE_SAVED_XREGS   0x0
+
 /*-----------------------------------------------*/
 /* Macros used to generate instructions          */
 /*-----------------------------------------------*/