Re: [PATCH] decodetree: Allow custom var width load functions

2021-04-13 Thread Richard Henderson
On 4/13/21 11:16 AM, Luis Pires wrote: This is useful in situations where you want decodetree to handle variable width instructions but you want to provide custom code to load the instructions. Suppressing the generation of the load function is necessary to avoid compilation errors due to the loa

RE: [PATCH] decodetree: Allow custom var width load functions

2021-04-13 Thread Luis Fernando Fujita Pires
Allow custom var width load functions This is useful in situations where you want decodetree to handle variable width instructions but you want to provide custom code to load the instructions. Suppressing the generation of the load function is necessary to avoid compilation errors due to the

[PATCH] decodetree: Allow custom var width load functions

2021-04-13 Thread Luis Pires
This is useful in situations where you want decodetree to handle variable width instructions but you want to provide custom code to load the instructions. Suppressing the generation of the load function is necessary to avoid compilation errors due to the load function being unused. This will be us