New instruction for Harmonica warp control.

This commit is contained in:
chad
2014-04-30 23:00:14 -04:00
parent 6ca422a3c4
commit 41a32bcfd1
2 changed files with 3 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ Instruction::InstTableEntry Instruction::instTable[] = {
{"fmul", false, false, false, false, AC_3REG, ITYPE_FPMUL },
{"fdiv", false, false, false, false, AC_3REG, ITYPE_FPDIV },
{"fneg", false, false, false, false, AC_2REG, ITYPE_FPBASIC },
{"wspawn", false, false, true, false, AC_2REGSRC, ITYPE_NULL },
{NULL,false,false,false,false,AC_NONE,ITYPE_NULL}/////// End of table.
};