Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Thu Jan 29 14:22:55 2026
(Merged from https://github.com/openssl/openssl/pull/29817)
#if defined(__arch64__)
+/* clang-format off */
#define SPARC_LOAD_ADDRESS(SYM, reg) \
setx SYM, %o7, reg;
+/* clang-format on */
#define LDPTR ldx
+/* clang-format off */
#define SIZE_T_CC %xcc
+/* clang-format on */
#define STACK_FRAME 192
#define STACK_BIAS 2047
#define STACK_7thARG (STACK_BIAS + 176)
#define SPARC_LOAD_ADDRESS(SYM, reg) \
set SYM, reg;
#define LDPTR ld
+/* clang-format off */
#define SIZE_T_CC %icc
+/* clang-format on */
#define STACK_FRAME 112
#define STACK_BIAS 0
#define STACK_7thARG 92