This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PowerPC VLE changes


On Fri, Jun 23, 2017 at 11:54:47PM +0300, Alexander Fedotov wrote:
> This patch for LSP instructions support

Missing Changelog.

> +static unsigned long insert_evuimm2_ex0 (unsigned long, long, ppc_cpu_t, const char **);
> +static unsigned long insert_evuimm4_ex0 (unsigned long, long, ppc_cpu_t, const char **);
> +static unsigned long insert_evuimm8_ex0 (unsigned long, long, ppc_cpu_t, const char **);
> +static unsigned long insert_evuimm_lt16 (unsigned long, long, ppc_cpu_t, const char **);
> +static unsigned long insert_rD_rS_even (unsigned long, long, ppc_cpu_t, const char **);
> +static unsigned long insert_off_lsp (unsigned long, long, ppc_cpu_t, const char **);

If you need an insert function, then you also need an extract
function to disassemble correctly.  Also, overlong lines.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]