Commit 96e1c37d by Jose E. Marchesi Committed by Jose E. Marchesi

sparc.md (*zero_extendsidi2_insn_sp64): Set insn type for movstouw.

gcc/ChangeLog:
	* config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
	type for movstouw.
	(*sign_extendsidi2_insn): Likewise for movstosw.

From-SVN: r248774
parent 9285616c
2017-06-01 Jose E. Marchesi <jose.marchesi@oracle.com>
* config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
type for movstouw.
(*sign_extendsidi2_insn): Likewise for movstosw.
2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
* dwarf2out.c (get_discr_value): Call the get_debug_type hook on
......
......@@ -3014,7 +3014,7 @@
srl\t%1, 0, %0
lduw\t%1, %0
movstouw\t%1, %0"
[(set_attr "type" "shift,load,*")
[(set_attr "type" "shift,load,vismv")
(set_attr "cpu_feature" "*,*,vis3")
(set_attr "v3pipe" "*,*,true")])
......@@ -3329,7 +3329,7 @@
sra\t%1, 0, %0
ldsw\t%1, %0
movstosw\t%1, %0"
[(set_attr "type" "shift,sload,*")
[(set_attr "type" "shift,sload,vismv")
(set_attr "us3load_type" "*,3cycle,*")
(set_attr "cpu_feature" "*,*,vis3")
(set_attr "v3pipe" "*,*,true")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment