document xop_sz

This commit is contained in:
Mid 2025-09-14 10:44:23 +03:00
parent 273e6d1058
commit f03e8517df

View File

@ -129,6 +129,10 @@ static AST *is_field_access(AST *e) {
return NULL; return NULL;
} }
/*
* Convert a XOP-able expression into an x86 operand.
* Result MUST be determinstic and always the same, for the same given expression.
* */
static const char *xop_sz(AST *tlc, AST *e, int sz) { static const char *xop_sz(AST *tlc, AST *e, int sz) {
#define XOPBUFS 16 #define XOPBUFS 16
#define XOPBUFSZ 32 #define XOPBUFSZ 32