]> git.ipfire.org Git - thirdparty/gcc.git/commit
Move all patterns and expanders out of h8300.md and into other files that are include...
authorJeff Law <law@torsion.usersys.redhat.com>
Thu, 7 May 2020 22:21:48 +0000 (18:21 -0400)
committerJeff Law <law@torsion.usersys.redhat.com>
Thu, 7 May 2020 22:21:48 +0000 (18:21 -0400)
commitf5fb834c96ee4dc828299f984c46608814c9f0a2
treedd6f45e4401ae34b1b69f8dfdc28cdc425eb26f2
parent8e8b576639cd41490c89668c6aff04853654cf87
Move all patterns and expanders out of h8300.md and into other files that are included into h8300.md

* config/h8300/h8300.md: Move expanders and patterns into
files based on functionality.
* config/h8300/addsub.md: New file.
* config/h8300/bitfield.md: New file
* config/h8300/combiner.md: New file
* config/h8300/divmod.md: New file
* config/h8300/extensions.md: New file
* config/h8300/jumpcall.md: New file
* config/h8300/logical.md: New file
* config/h8300/movepush.md: New file
* config/h8300/multiply.md: New file
* config/h8300/other.md: New file
* config/h8300/proepi.md: New file
* config/h8300/shiftrotate.md: New file
* config/h8300/testcompare.md: New file

commit da1de1d91088ac506c1bed0fba9b0f04c5b8c876
15 files changed:
gcc/ChangeLog
gcc/config/h8300/addsub.md [new file with mode: 0644]
gcc/config/h8300/bitfield.md [new file with mode: 0644]
gcc/config/h8300/combiner.md [new file with mode: 0644]
gcc/config/h8300/divmod.md [new file with mode: 0644]
gcc/config/h8300/extensions.md [new file with mode: 0644]
gcc/config/h8300/h8300.md
gcc/config/h8300/jumpcall.md [new file with mode: 0644]
gcc/config/h8300/logical.md [new file with mode: 0644]
gcc/config/h8300/movepush.md [new file with mode: 0644]
gcc/config/h8300/multiply.md [new file with mode: 0644]
gcc/config/h8300/other.md [new file with mode: 0644]
gcc/config/h8300/proepi.md [new file with mode: 0644]
gcc/config/h8300/shiftrotate.md [new file with mode: 0644]
gcc/config/h8300/testcompare.md [new file with mode: 0644]