The mul instruction multiples a value.
Synopsis
mul(type.dst,type.src)
Description
The mul instruction multiples the type.dst value by the type.src value and stores the result in the destination.
Example
The following example multiplies the event counter 2 by 4:
mul(ev.2,4)