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,rs6000] Add built-in function support Power9 binary floating point operations


On 07/29/2016 10:47 AM, Kelvin Nilsen wrote:
> +  "xsxexpdp %0,%x1"
> +  [(set_attr "type" "fp")])

Type should be 'integer'.

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

'integer'

> +  "xsiexpdp %x0,%1,%2"
> +  [(set_attr "type" "fp")])

'fpsimple'

> +  "xscmpexpdp %0,%x1,%x2"
> +  [(set_attr "type" "fp")])

'fpcompare'

> +  "xststdc<vsx_sf_suffix> %0,%x1,%2"
> +  [(set_attr "type" "fp")])

'fpcompare'

> +  "xvxexp<vsx_f_suffix> %x0,%x1"
> +  [(set_attr "type" "fp")])

'vecsimple'

> +  "xvxsig<vsx_f_suffix> %x0,%x1"
> +  [(set_attr "type" "fp")])

'vecsimple'

> +  "xviexp<vsx_f_suffix> %x0,%x1,%x2"
> +  [(set_attr "type" "fp")])

'vecsimple'

> +  "xvtstdc<vsx_f_suffix> %x0,%x1,%2"
> +  [(set_attr "type" "fp")])

'vecsimple'

-Pat


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