This change implements the following vsx instructions:
- Scalar Insert/Extract
- xsiexpdp xsiexpqp xsxexpdp xsxsigdp xsxexpqp xsxsigqp
- Vector Insert/Extract
- xviexpdp xviexpsp xvxexpdp xvxexpsp xvxsigdp xvxsigsp
- xxextractuw xxinsertw
- Scalar/Vector Test Data Class
- xststdcdp xststdcsp xststdcqp
- xvtstdcdp xvtstdcsp
- Maximum/Minimum
- xsmaxcdp xsmaxjdp
- xsmincdp xsminjdp
- Vector Byte-Reverse/Permute/Splat
- xxbrd xxbrh xxbrq xxbrw
- xxperm xxpermr
- xxspltib
30 instructions
I think these comments are quite useful in quickly identifying fields of the instruction. How come such comments do not appear consistently on all the new classes introduced?