document xop_sz
This commit is contained in:
parent
273e6d1058
commit
f03e8517df
@ -129,6 +129,10 @@ static AST *is_field_access(AST *e) {
|
||||
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) {
|
||||
#define XOPBUFS 16
|
||||
#define XOPBUFSZ 32
|
||||
|
Loading…
Reference in New Issue
Block a user