summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/titan.md
diff options
context:
space:
mode:
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-23 16:36:14 +0000
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-23 16:36:14 +0000
commit86c149d422c2af292cede60eef3f0c96985c872f (patch)
tree7a938a4ca036507d5033c698af6c5e27d74a8ef7 /gcc/config/rs6000/titan.md
parent18f0a24b677b550b7271d18959ba994a681af6a4 (diff)
downloadgcc-86c149d422c2af292cede60eef3f0c96985c872f.tar.gz
rs6000: Make all multiply instructions one type
This uses the attributes "size" and "dot" to specify the differences: imul3 -> mul size=8 imul2 -> mul size=16 imul -> mul size=32 lmul -> mul size=64 imul_compare -> mul size=32 dot=yes lmul_compare -> mul size=64 dot=yes git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210867 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/titan.md')
-rw-r--r--gcc/config/rs6000/titan.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/titan.md b/gcc/config/rs6000/titan.md
index 6bb4792ab40..21186a3a206 100644
--- a/gcc/config/rs6000/titan.md
+++ b/gcc/config/rs6000/titan.md
@@ -39,7 +39,7 @@
"titan_issue,titan_fxu_sh")
(define_insn_reservation "titan_imul" 5
- (and (eq_attr "type" "imul,imul2,imul3,imul_compare")
+ (and (eq_attr "type" "mul")
(eq_attr "cpu" "titan"))
"titan_issue,titan_fxu_sh,nothing*5,titan_fxu_wb")