Fixes for MUBUF_Atomic instructions to make operand list valid:
- For RTN insns, make a copy of $vdata_in operand as $vdata.
- Do not add operand for GLC, it is hardcoded and comes as a token.
Workaround to avoid adding multiple optional default operands; more info in comments.
Tests added.
I think there is no need in this define. This workaround is always enabled and I don't see when it could be disabled. When we will be able to get rid of this we will just remove this type of operands.