]> gcc.gnu.org Git - gcc.git/commit
(several patterns): Make sure # of attribute alternatives match # of constraint alter...
authorTorbjorn Granlund <tege@gnu.org>
Sun, 13 Sep 1992 15:28:38 +0000 (15:28 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Sun, 13 Sep 1992 15:28:38 +0000 (15:28 +0000)
commit876662ef357890ef334213b3398803972011f879
treeca73eae040635bb52f48b6de7b6fe396f371c03f
parenta9ab5e000d251d62b9b48062750a651e64af3360
(several patterns): Make sure # of attribute alternatives match # of constraint alternatives.

(several patterns): Make sure # of attribute alternatives
match # of constraint alternatives.
Return assembler output template instead of calling output_asm_insn.
Don't write to operands[n] for n >= max operand number in the
pattern, use xoperands instead.
(casesi): Rewrite.  Used to be buggy and slow.
(and-not patterns): Make them canonical.  Put operands in the right order.
(negsi2): Don't use @ for just one output template.
(movstrsi): Change `!= 4' => `< 4' in test for alignment.
(adddi3): Extend to handle CONST_INT.
(ior-with-immediate optimizer): New pattern.
(and-with-immediate optimizer): New pattern.
(sCC, bCC expanders): Remove constraints.
(high:DI recognizer): Add return \"\".

From-SVN: r2113
gcc/config/pa/pa.md
This page took 0.06243 seconds and 5 git commands to generate.