XCoreOpValue.reg

Union of possible operand types/// Register

union XCoreOpValue
XCoreRegister reg;

Meta