This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52408] Incorrect assembler generated for zvdep_imm64
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 01 Mar 2012 19:31:16 +0000
- Subject: [Bug target/52408] Incorrect assembler generated for zvdep_imm64
- Auto-submitted: auto-generated
- References: <bug-52408-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52408
--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2012-03-01 19:31:16 UTC ---
Author: danglin
Date: Thu Mar 1 19:31:03 2012
New Revision: 184757
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184757
Log:
PR target/52408
* config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
unsigned HOST_WIDE_INT.
(zvdep_imm64): Likewise.
(vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
(vdepi_and): Likewise.
Likewise for unamed 64-bit patterns.
* config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/pa/pa.md
trunk/gcc/config/pa/predicates.md