comparison gcc/config/c6x/c6x-mult.md.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ;; Multiplication patterns for TI C6X. 1 ;; Multiplication patterns for TI C6X.
2 ;; This file is processed by genmult.sh to produce two variants of each 2 ;; This file is processed by genmult.sh to produce two variants of each
3 ;; pattern, a normal one and a real_mult variant for modulo scheduling. 3 ;; pattern, a normal one and a real_mult variant for modulo scheduling.
4 ;; Copyright (C) 2010-2018 Free Software Foundation, Inc. 4 ;; Copyright (C) 2010-2020 Free Software Foundation, Inc.
5 ;; Contributed by Bernd Schmidt <bernds@codesourcery.com> 5 ;; Contributed by Bernd Schmidt <bernds@codesourcery.com>
6 ;; Contributed by CodeSourcery. 6 ;; Contributed by CodeSourcery.
7 ;; 7 ;;
8 ;; This file is part of GCC. 8 ;; This file is part of GCC.
9 ;; 9 ;;