--- a/utils/testparse.c Mon May 30 23:39:12 2011 -0400
+++ b/utils/testparse.c Tue May 31 00:56:00 2011 -0400
@@ -115,9 +115,9 @@
static const char *opcodestr[] = {
"nop", "mov", "neg", "rcp", "frc", "exp", "log", "rsq", "sin", "cos",
- "asin", "acos", "atan", "min", "max", "cmplt", "cmpge", "add", "mul",
- "atan2", "div", "cmp", "dot", "min", "max", "cmplt", "cmpge", "add",
- "mul", "atan2", "div", "dot"
+ "asin", "acos", "atan", "min", "max", "lt", "ge", "add", "mul",
+ "atan2", "div", "cmp", "movc", "dot", "noise", "min", "max", "lt",
+ "ge", "add", "mul", "atan2", "div", "dot", "noise"
};
static char mask[] = { 'x', 'y', 'z', 'w' };