re PR target/80246 (Builtin's for POWER's dxex[q] and diex[q] use the wrong types)
PR target/80246 * gcc.target/powerpc/dfp-builtin-1.c: Require hard_dfp, not powerpc_vsx_ok. (std, ld): Limit scan-assembler-times check to lp64. (stwu, stw, lwz): Add scan-assembler-times check for ilp32. * gcc.target/powerpc/dfp-builtin-2.c: Require hard_dfp, not powerpc_vsx_ok. From-SVN: r246654
This commit is contained in:
parent
c1e2889a32
commit
bbdf4e8159
3 changed files with 18 additions and 6 deletions
|
@ -1,3 +1,13 @@
|
|||
2017-04-03 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
PR target/80246
|
||||
* gcc.target/powerpc/dfp-builtin-1.c: Require hard_dfp, not
|
||||
powerpc_vsx_ok.
|
||||
(std, ld): Limit scan-assembler-times check to lp64.
|
||||
(stwu, stw, lwz): Add scan-assembler-times check for ilp32.
|
||||
* gcc.target/powerpc/dfp-builtin-2.c: Require hard_dfp, not
|
||||
powerpc_vsx_ok.
|
||||
|
||||
2017-04-03 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
PR target/80246
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile { target { powerpc*-*-linux* } } } */
|
||||
/* { dg-require-effective-target powerpc_vsx_ok } */
|
||||
/* { dg-require-effective-target hard_dfp } */
|
||||
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power7" } } */
|
||||
/* { dg-options "-mcpu=power7 -O2" } */
|
||||
/* { dg-final { scan-assembler-times "ddedpd " 4 } } */
|
||||
|
@ -8,8 +8,12 @@
|
|||
/* { dg-final { scan-assembler-times "diex " 1 } } */
|
||||
/* { dg-final { scan-assembler-times "dscli " 2 } } */
|
||||
/* { dg-final { scan-assembler-times "dscri " 2 } } */
|
||||
/* { dg-final { scan-assembler-times "std " 1 } } */
|
||||
/* { dg-final { scan-assembler-times "ld " 1 } } */
|
||||
/* { dg-final { scan-assembler-times "std " 1 { target lp64 } } } */
|
||||
/* { dg-final { scan-assembler-times "ld " 1 { target lp64 } } } */
|
||||
/* 32-bit needs a stack frame, and needs two GPR mem insns per _Decimal64. */
|
||||
/* { dg-final { scan-assembler-times "stwu " 2 { target ilp32 } } } */
|
||||
/* { dg-final { scan-assembler-times "stw " 2 { target ilp32 } } } */
|
||||
/* { dg-final { scan-assembler-times "lwz " 2 { target ilp32 } } } */
|
||||
/* { dg-final { scan-assembler-times "stfd " 1 } } */
|
||||
/* { dg-final { scan-assembler-times "lfd " 1 } } */
|
||||
/* { dg-final { scan-assembler-not "bl __builtin" } } */
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
/* { dg-do compile { target { powerpc*-*-linux* } } } */
|
||||
/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
|
||||
/* { dg-skip-if "" { powerpc*-*-*spe* } { "*" } { "" } } */
|
||||
/* { dg-require-effective-target powerpc_vsx_ok } */
|
||||
/* { dg-require-effective-target hard_dfp } */
|
||||
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power7" } } */
|
||||
/* { dg-options "-mcpu=power7 -O2" } */
|
||||
/* { dg-final { scan-assembler-times "ddedpdq " 4 } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue