namespace ChocolArm64.Decoder { enum ADataOp { Adr = 0, Arithmetic = 1, Logical = 2, BitField = 3 } }