MipsOpValue.reg

Union of possible operand types/// Register

union MipsOpValue
MipsRegister reg;

Meta