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:56:24PM +0300, Alexander Fedotov wrote:
> This patch for SPE2 instructions support

Missing Changelog.

> +static unsigned long insert_evuimm1_ex0 (unsigned long, long, ppc_cpu_t, const char **);
>  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_lt8 (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 **);
> +static unsigned long insert_off_spe2 (unsigned long, long, ppc_cpu_t, const char **);

Overlong lines, missing extract functions.


-- 
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]