[PATCH v2,rs6000] Add built-in function support for Power9 binary floating point operations

Pat Haugen pthaugen@linux.vnet.ibm.com
Fri Aug 5 21:52:00 GMT 2016


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



More information about the Gcc-patches mailing list