Skip to content

HL.ORI

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

Assembly Syntax

  • hl.ori SrcL, simm, ->{t, u, Rd}

Encoding

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

Description

[48-bit HL.] Instruction from the Arithmetic Operation 64bit group.

Pseudocode (informative)

rd = rs1 | SignExtend(imm12);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
hl.ori SrcL, simm, ->{t, u, Rd} 48
← [Arithmetic Operation 64bit](../groups/arithmetic_operation_64bit.md)    [Index](../index.md)    [All instructions](index.md) →