Commit 110fb19f by Jim Wilson Committed by Jim Wilson

RISC-V: Minor pattern name cleanup.

	gcc/
	* config/riscv/riscv.md (<optab>si3_mask, <optab>si3_mask_1): Prepend
	asterisk to name.
	(<optab>di3_mask, <optab>di3_mask_1): Likewise.

From-SVN: r260299
parent bb14f4c6
2018-05-16 Jim Wilson <jimw@sifive.com>
* config/riscv/riscv.md (<optab>si3_mask, <optab>si3_mask_1): Prepend
asterisk to name.
(<optab>di3_mask, <optab>di3_mask_1): Likewise.
2018-05-16 Mark Wielaard <mark@klomp.org> 2018-05-16 Mark Wielaard <mark@klomp.org>
* dwarf2out.c (count_index_strings): New function. * dwarf2out.c (count_index_strings): New function.
......
...@@ -1504,7 +1504,7 @@ ...@@ -1504,7 +1504,7 @@
[(set_attr "type" "shift") [(set_attr "type" "shift")
(set_attr "mode" "SI")]) (set_attr "mode" "SI")])
(define_insn_and_split "<optab>si3_mask" (define_insn_and_split "*<optab>si3_mask"
[(set (match_operand:SI 0 "register_operand" "= r") [(set (match_operand:SI 0 "register_operand" "= r")
(any_shift:SI (any_shift:SI
(match_operand:SI 1 "register_operand" " r") (match_operand:SI 1 "register_operand" " r")
...@@ -1523,7 +1523,7 @@ ...@@ -1523,7 +1523,7 @@
[(set_attr "type" "shift") [(set_attr "type" "shift")
(set_attr "mode" "SI")]) (set_attr "mode" "SI")])
(define_insn_and_split "<optab>si3_mask_1" (define_insn_and_split "*<optab>si3_mask_1"
[(set (match_operand:SI 0 "register_operand" "= r") [(set (match_operand:SI 0 "register_operand" "= r")
(any_shift:SI (any_shift:SI
(match_operand:SI 1 "register_operand" " r") (match_operand:SI 1 "register_operand" " r")
...@@ -1559,7 +1559,7 @@ ...@@ -1559,7 +1559,7 @@
[(set_attr "type" "shift") [(set_attr "type" "shift")
(set_attr "mode" "DI")]) (set_attr "mode" "DI")])
(define_insn_and_split "<optab>di3_mask" (define_insn_and_split "*<optab>di3_mask"
[(set (match_operand:DI 0 "register_operand" "= r") [(set (match_operand:DI 0 "register_operand" "= r")
(any_shift:DI (any_shift:DI
(match_operand:DI 1 "register_operand" " r") (match_operand:DI 1 "register_operand" " r")
...@@ -1579,7 +1579,7 @@ ...@@ -1579,7 +1579,7 @@
[(set_attr "type" "shift") [(set_attr "type" "shift")
(set_attr "mode" "DI")]) (set_attr "mode" "DI")])
(define_insn_and_split "<optab>di3_mask_1" (define_insn_and_split "*<optab>di3_mask_1"
[(set (match_operand:DI 0 "register_operand" "= r") [(set (match_operand:DI 0 "register_operand" "= r")
(any_shift:DI (any_shift:DI
(match_operand:DI 1 "register_operand" " r") (match_operand:DI 1 "register_operand" " r")
......
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