None of the other compilers have a tag for this enum.
Cleaning all of this up to use proper types will happen after
the conversion.
LGTM=minux, rsc
R=rsc, minux
CC=golang-codereviews
https://golang.org/cl/
166690043
C_NCLASS, /* must be the last */
};
-enum as
+enum
{
AXXX,
AADD,
D_R0 = 0, // type is D_REG
D_F0 = D_R0+NREG, // type is D_FREG
-/* reg names iff type is D_SPR */
+/* reg names in offset field iff type is D_SPR */
D_XER = 1,
D_LR = 8,
D_CTR = 9