[PATCH v4 04/16] powerpc: Use a macro for creating instructions from u32s

Jordan Niethe jniethe5 at gmail.com
Mon Mar 23 20:29:19 AEDT 2020


On Mon, Mar 23, 2020 at 5:30 PM Nicholas Piggin <npiggin at gmail.com> wrote:
>
> Jordan Niethe's on March 20, 2020 3:17 pm:
> > In preparation for instructions having a more complex data type start
> > using a macro, PPC_INST(), for making an instruction out of a u32.
> > Currently this does nothing, but it will allow for creating a data type
> > that can represent prefixed instructions.
>
> Where is the macro? And, can it be a static inline (and lowercase)
> instead? No big deal if not.
It is in [PATCH v4 03/16] powerpc: Use a datatype for instructions inst.h.
It can be static inline and lower case, I will change that.
>
> Thanks,
> Nick
>


More information about the Linuxppc-dev mailing list