[ARM] Delete f_sels, f_seld types, use fcsel instead.

* config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
	* config/arm/types.md (f_sels, f_seld): Delete.

From-SVN: r213713
This commit is contained in:
Kyrylo Tkachov 2014-08-07 14:30:01 +00:00 committed by Kyrylo Tkachov
parent a636bb4062
commit 16918afd48
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
* config/arm/types.md (f_sels, f_seld): Delete.
2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.md (absdi2): Set simd attribute.

View File

@ -7411,7 +7411,7 @@
return \"\";
}"
[(set_attr "conds" "use")
(set_attr "type" "f_sel<vfp_type>")]
(set_attr "type" "fcsel")]
)
(define_insn_and_split "*movsicc_insn"

View File

@ -68,7 +68,6 @@
; f_mrc transfer vfp to arm reg.
; f_mrrc transfer vfp to two arm regs.
; f_rint[d,s] double/single floating point rount to integral.
; f_sel[d,s] double/single floating byte select.
; f_store[d,s] double/single store to memory. Used for VFP unit.
; fadd[d,s] double/single floating-point scalar addition.
; fcmp[d,s] double/single floating-point compare.
@ -574,8 +573,6 @@
f_mrrc,\
f_rintd,\
f_rints,\
f_seld,\
f_sels,\
f_stored,\
f_stores,\
faddd,\