Open lemonjesus opened 9 months ago
ARM supports large immediates in instructions' operand2 field if they can be made up of 8-bit values left shifted by a multiple of two. see https://alisdair.mcdiarmid.org/arm-immediate-value-encoding/ for more details.
operand2
ARM supports large immediates in instructions'
operand2
field if they can be made up of 8-bit values left shifted by a multiple of two. see https://alisdair.mcdiarmid.org/arm-immediate-value-encoding/ for more details.