SWAP             2033 src/actioncompiler/lex.swf5.c { count();	return SWAP; }
SWAP               63 src/actioncompiler/swf5compiler.y %token DUP SWAP POP PUSH SETREGISTER CALLFUNCTION CALLMETHOD NEWOBJECT NEWMETHOD
SWAP              523 src/actioncompiler/swf5compiler.y 	| SWAP	{ $$ = strdup("swap"); }
SWAP             2109 src/actioncompiler/swf5compiler.y 	| SWAP			{ $$ = bufferWriteOp(asmBuffer, SWFACTION_STACKSWAP); }