ArmOpValue.reg

Union of possible operand values * * Note: In contrast to the C API, this union distinguishes registers and system registers *//// Registe

union ArmOpValue
ArmRegister reg;

Meta