1 2 3 4 5 6 7 8 9 10
namespace ChocolArm64.Decoder { enum ADataOp { Adr = 0, Arithmetic = 1, Logical = 2, BitField = 3 } }