The LDUR (SIMD&FP) (e.g. LDUR <Bt>, [<Xn|SP>{, #<simm>}]) and STUR (SIMD&FP) (e.g. STUR <Bt>, [<Xn|SP>{, #<simm>}]) of AArch64 instructions have the optional immediate offset, imm9, but it was imm12 in the latest commit.
ref: https://developer.arm.com/documentation/ddi0487/latest/
Issue
The
LDUR (SIMD&FP)
(e.g.LDUR <Bt>, [<Xn|SP>{, #<simm>}]
) andSTUR (SIMD&FP)
(e.g.STUR <Bt>, [<Xn|SP>{, #<simm>}]
) of AArch64 instructions have the optional immediate offset,imm9
, but it wasimm12
in the latest commit. ref: https://developer.arm.com/documentation/ddi0487/latest/Description
This PR updates
imm12.uimm
toimm9.simm9
.