This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 v2,rs6000] Add built-in function support for Power9 binary floating point operations


On 08/04/2016 10:27 AM, Kelvin Nilsen wrote:
> +  "xsxexpdp %0,%x1"
> +  [(set_attr "type" "vecsimple")])

> +  "xsxsigdp %0,%x1"
> +  [(set_attr "type" "vecsimple")])

'integer' for both, reasoning in response on initial thread for this patch.

> +  "xvxexp<VSs> %x0,%x1"
> +  [(set_attr "type" "fpsimple")])

> +  "xvxsig<VSs> %x0,%x1"
> +  [(set_attr "type" "fpsimple")])

'vecsimple' for both.

-Pat


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