Add support for more instruction options.

This commit is contained in:
Eric Anholt
2006-08-25 17:33:02 -07:00
committed by Damien Lespiau
parent 6db54d7465
commit 908f37d92d
2 changed files with 39 additions and 5 deletions
+8
View File
@@ -202,7 +202,15 @@ int saved_state = INITIAL;
"sat" { return SATURATE; }
"align1" { return ALIGN1; }
"align16" { return ALIGN16; }
"sechalf" { return SECHALF; }
"compr" { return COMPR; }
"switch" { return SWITCH; }
"atomic" { return ATOMIC; }
"noddchk" { return NODDCHK; }
"noddclr" { return NODDCLR; }
"mask_disable" { return MASK_DISABLE; }
"nomask" { return MASK_DISABLE; }
"breakpoint" { return BREAKPOINT; }
"EOT" { return EOT; }
/* extended math functions */