IMULHI

Multiplies a register with another register or immediate value and saves the higher bits. This operation is signed.

block->imulhi(REG_SP, 2);

Last updated