Parser cleanup and refactoring. No new functionality.
Summary of changes:
- removed unused field IsForcedVOP3 of AMDGPUOperand;
- corrected AMDGPUOperand fields to be private;
- replaced direct access to AMDGPUOperand fields with accessor functions;
- refactored parseRegOrImmWithFPInputMods and parseRegOrImmWithIntInputMods to make code more readable.