[fix] vfmadd supports {er}

This commit is contained in:
MITSUNARI Shigeo 2024-10-08 14:19:12 +09:00
parent 395ac4b332
commit b57da14da0
2 changed files with 38 additions and 38 deletions

View file

@ -1620,9 +1620,9 @@ void put()
if (tbl[i].supportYMM) t |= T_YMM;
const std::string suf = sufTbl[tbl[i].supportYMM ? 0 : 1][j];
if (suf == "pd") {
t |= T_B64;
t |= T_ER_Z | T_B64;
} else if (suf == "ps") {
t |= T_B32;
t |= T_ER_Z | T_B32;
} else if (suf == "sd") {
t |= T_ER_X | T_N8;
} else { // ss