> -----Original Message----- > From: Richard Henderson <[email protected]> > Sent: Wednesday, August 26, 2020 8:36 AM > To: Taylor Simpson <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected] > Subject: Re: [RFC PATCH v3 13/34] Hexagon (target/hexagon) register map > > > +DEF_REGMAP(V__16, 16, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, > > 28, > 30) > > Given that DEF_REGMAP itself is defined in decode.c, and not even in > another > header file, why do these not live in decode.c as well?
I'll move them to decode.c.
