UBFIZ ( Rd Rn lsb width -- )


Vocabulary
cpu.arm.64.assembler

Inputs
Rdan object
Rnan object
lsban object
widthan object


Outputs
None

Definition


:: UBFIZ ( Rd Rn lsb width -- )
Rn encode-width 5 +
:> max-width lsb max-width check-unsigned-immediate drop
width dup 1 max-width 2^ lsb - between?
[ immediate-error ] unless drop Rd Rn lsb neg max-width bits
width 1 - UBFM ;