(%slot) ( OBJ SLOT scale tag -- register operand )


Vocabulary
cpu.arm.64

Inputs
OBJan object
SLOTan object
scalean object
tagan object


Outputs
registeran object
operandan object


Definition


:: (%slot) ( OBJ SLOT scale tag -- register operand )
temp OBJ tag dup neg? [ neg ADD ] [ SUB ] if
temp SLOT scale <LSL*> ; inline