Skip to content
Snippets Groups Projects
Commit b624f066 authored by James Almer's avatar James Almer Committed by Luca Barbato
Browse files

x86: Add ymm_reg struct


Needed to declare 32-byte long constants

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent eafb05fc
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include "config.h"
typedef struct xmm_reg { uint64_t a, b; } xmm_reg;
typedef struct ymm_reg { uint64_t a, b, c, d; } ymm_reg;
#if ARCH_X86_64
# define OPSIZE "q"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment