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

Reply via email to