MULHI

Multiplies a register with another register or immediate value and saves the higher bits.

Instruction

Operand 1

Operand 2

Description

MULHI

Reg

Reg/Imm

OP1 = [OP1 × OP2] >> N

block->mulhi(REG_SP, 2);

Last updated