ASMMULTIPLY      1600 src/actioncompiler/lex.swf4.c { count();	return ASMMULTIPLY; }
ASMMULTIPLY        78 src/actioncompiler/swf4compiler.y %token ASMADD ASMDIVIDE ASMMULTIPLY ASMEQUALS ASMLESS ASMLOGICALAND ASMLOGICALOR ASMLOGICALNOT 
ASMMULTIPLY      1097 src/actioncompiler/swf4compiler.y 	| ASMMULTIPLY		{ $$ = bufferWriteOp(asmBuffer, SWFACTION_MULTIPLY); }