add movbe

This commit is contained in:
MITSUNARI Shigeo 2015-06-16 11:43:09 +09:00
parent 9d5bc03b26
commit 4431caffbb
7 changed files with 13 additions and 4 deletions

View file

@ -54,6 +54,7 @@ void putCPUinfo()
{ Cpu::tHLE, "hle" },
{ Cpu::tRTM, "rtm" },
{ Cpu::tF16C, "f16c" },
{ Cpu::tMOVBE, "movbe" },
};
for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
if (cpu.has(tbl[i].type)) printf(" %s", tbl[i].str);