change alias
This commit is contained in:
parent
fbaaf82be7
commit
925fccf197
2 changed files with 110 additions and 111 deletions
|
@ -1177,8 +1177,7 @@ void put()
|
|||
printf("void v%s(const Xmm& x1, const Xmm& x2, const Operand& op%s) { opAVX_X_X_XM(x1, x2, op, %s, 0x%02X%s); }\n"
|
||||
, p->name, p->hasIMM ? ", uint8 imm" : "", type.c_str(), p->code, p->hasIMM ? ", imm" : "");
|
||||
if (!p->enableOmit) continue;
|
||||
printf("void v%s(const Xmm& xmm, const Operand& op%s) { opAVX_X_X_XM(xmm, xmm, op, %s, 0x%02X%s); }\n"
|
||||
, p->name, p->hasIMM ? ", uint8 imm" : "", type.c_str(), p->code, p->hasIMM ? ", imm" : "");
|
||||
printf("void v%s(const Xmm& x, const Operand& op%s) { v%s(x, x, op%s); }\n", p->name, p->hasIMM ? ", uint8 imm" : "", p->name, p->hasIMM ? ", imm" : "");
|
||||
}
|
||||
}
|
||||
// (x, x/m[, imm]) or (y, y/m[, imm])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue