Re: [PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-23 Thread Nicholas Piggin
Jordan Niethe's on March 24, 2020 12:54 pm: > On Mon, Mar 23, 2020 at 9:21 PM Nicholas Piggin wrote: >> >> Jordan Niethe's on March 23, 2020 7:25 pm: >> > On Mon, Mar 23, 2020 at 5:22 PM Nicholas Piggin wrote: >> >> >> >> Jordan Niethe's on March 20, 2020 3:17 pm: >> >> > A future revision of

Re: [PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-23 Thread Jordan Niethe
On Tue, Mar 24, 2020 at 1:54 PM Jordan Niethe wrote: > > On Mon, Mar 23, 2020 at 9:21 PM Nicholas Piggin wrote: > > > > Jordan Niethe's on March 23, 2020 7:25 pm: > > > On Mon, Mar 23, 2020 at 5:22 PM Nicholas Piggin wrote: > > >> > > >> Jordan Niethe's on March 20, 2020 3:17 pm: > > >> > A

Re: [PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-23 Thread Jordan Niethe
On Mon, Mar 23, 2020 at 9:21 PM Nicholas Piggin wrote: > > Jordan Niethe's on March 23, 2020 7:25 pm: > > On Mon, Mar 23, 2020 at 5:22 PM Nicholas Piggin wrote: > >> > >> Jordan Niethe's on March 20, 2020 3:17 pm: > >> > A future revision of the ISA will introduce prefixed instructions. A > >> >

Re: [PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-23 Thread Nicholas Piggin
Jordan Niethe's on March 23, 2020 7:25 pm: > On Mon, Mar 23, 2020 at 5:22 PM Nicholas Piggin wrote: >> >> Jordan Niethe's on March 20, 2020 3:17 pm: >> > A future revision of the ISA will introduce prefixed instructions. A >> > prefixed instruction is composed of a 4-byte prefix followed by a >>

Re: [PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-23 Thread Jordan Niethe
On Mon, Mar 23, 2020 at 5:22 PM Nicholas Piggin wrote: > > Jordan Niethe's on March 20, 2020 3:17 pm: > > A future revision of the ISA will introduce prefixed instructions. A > > prefixed instruction is composed of a 4-byte prefix followed by a > > 4-byte suffix. > > > > All prefixes have the

Re: [PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-23 Thread Nicholas Piggin
Jordan Niethe's on March 20, 2020 3:17 pm: > A future revision of the ISA will introduce prefixed instructions. A > prefixed instruction is composed of a 4-byte prefix followed by a > 4-byte suffix. > > All prefixes have the major opcode 1. A prefix will never be a valid > word instruction. A

[PATCH v4 00/16] Initial Prefixed Instruction support

2020-03-19 Thread Jordan Niethe
A future revision of the ISA will introduce prefixed instructions. A prefixed instruction is composed of a 4-byte prefix followed by a 4-byte suffix. All prefixes have the major opcode 1. A prefix will never be a valid word instruction. A suffix may be an existing word instruction or a new