On Mon, Mar 23, 2020 at 5:30 PM Nicholas Piggin <npig...@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 >
- Re: [PATCH v4 02/16] xmon: Move out-of-line instructi... Balamuruhan S
- Re: [PATCH v4 02/16] xmon: Move out-of-line instr... Jordan Niethe
- Re: [PATCH v4 02/16] xmon: Move out-of-line instructi... Balamuruhan S
- Re: [PATCH v4 02/16] xmon: Move out-of-line instructi... Nicholas Piggin
- [PATCH v4 03/16] powerpc: Use a datatype for instructions Jordan Niethe
- Re: [PATCH v4 03/16] powerpc: Use a datatype for inst... Balamuruhan S
- Re: [PATCH v4 03/16] powerpc: Use a datatype for inst... Nicholas Piggin
- Re: [PATCH v4 03/16] powerpc: Use a datatype for ... Jordan Niethe
- [PATCH v4 04/16] powerpc: Use a macro for creating instruc... Jordan Niethe
- Re: [PATCH v4 04/16] powerpc: Use a macro for creatin... Nicholas Piggin
- Re: [PATCH v4 04/16] powerpc: Use a macro for cre... Jordan Niethe
- [PATCH v4 05/16] powerpc: Use a function for masking instr... Jordan Niethe
- Re: [PATCH v4 05/16] powerpc: Use a function for mask... Nicholas Piggin
- Re: [PATCH v4 05/16] powerpc: Use a function for ... Jordan Niethe
- [PATCH v4 06/16] powerpc: Use a function for getting the i... Jordan Niethe
- Re: [PATCH v4 06/16] powerpc: Use a function for gett... Balamuruhan S
- Re: [PATCH v4 06/16] powerpc: Use a function for ... Jordan Niethe
- [PATCH v4 07/16] powerpc: Introduce functions for instruct... Jordan Niethe
- Re: [PATCH v4 07/16] powerpc: Introduce functions for... Nicholas Piggin
- Re: [PATCH v4 07/16] powerpc: Introduce functions... Jordan Niethe
- [PATCH v4 08/16] powerpc: Use an accessor for word instruc... Jordan Niethe