Skip to content

HL.MUL

48-bit HL. **Group:** Multi-Cycle ALU  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 48  |  **Decode:**

Assembly Syntax

  • hl.mul SrcL, SrcR, ->Dst0, Dst1

Encoding

HL.MUL encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

[48-bit HL.] Integer multiply.

Pseudocode (informative)

rd = Trunc64(rs1 * rs2);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
hl.mul SrcL, SrcR, ->Dst0, Dst1 48
← [Multi-Cycle ALU](../groups/multi_cycle_alu.md)    [Index](../index.md)    [All instructions](index.md) →