diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/booke.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/booke.s | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/power4_32.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/power4_32.s | 3 |
5 files changed, 20 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ff8a7ba..354a1ad 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2009-02-05 Peter Bergner <bergner@vnet.ibm.com> + + * gas/ppc/booke.s ("dcbt", "dcbtst"): New tests. + * gas/ppc/booke.d: Likewise. + * gas/ppc/power4_32.s: Likewise. + * gas/ppc/power4_32.d: Likewise. + 2009-02-05 Catherine Moore <clm@codesourcery.com> * gas/elf/elf.exp: Really run the symtab test. diff --git a/gas/testsuite/gas/ppc/booke.d b/gas/testsuite/gas/ppc/booke.d index 403fa3f..a7792a8 100644 --- a/gas/testsuite/gas/ppc/booke.d +++ b/gas/testsuite/gas/ppc/booke.d @@ -38,3 +38,6 @@ Disassembly of section \.text: 68: 7c 07 42 a6 mfsprg r0,7 6c: 7c 17 43 a6 mtsprg 7,r0 70: 7c 17 43 a6 mtsprg 7,r0 + 74: 7c 05 32 2c dcbt r5,r6 + 78: 7c 05 32 2c dcbt r5,r6 + 7c: 7d 05 32 2c dcbt 8,r5,r6 diff --git a/gas/testsuite/gas/ppc/booke.s b/gas/testsuite/gas/ppc/booke.s index 4e51305..4061bf1 100644 --- a/gas/testsuite/gas/ppc/booke.s +++ b/gas/testsuite/gas/ppc/booke.s @@ -36,3 +36,7 @@ branch_target_2: mfsprg7 0 mtsprg 7, 0 mtsprg7 0 + + dcbt 5,6 + dcbt 0,5,6 + dcbt 8,5,6 diff --git a/gas/testsuite/gas/ppc/power4_32.d b/gas/testsuite/gas/ppc/power4_32.d index bd5170f..1f2db94 100644 --- a/gas/testsuite/gas/ppc/power4_32.d +++ b/gas/testsuite/gas/ppc/power4_32.d @@ -41,3 +41,6 @@ Disassembly of section \.text: 7c: 7c 01 17 ec dcbz r1,r2 80: 7c 23 27 ec dcbzl r3,r4 84: 7c 05 37 ec dcbz r5,r6 + 88: 7c 05 32 2c dcbt r5,r6 + 8c: 7c 05 32 2c dcbt r5,r6 + 90: 7d 05 32 2c dcbt r5,r6,8 diff --git a/gas/testsuite/gas/ppc/power4_32.s b/gas/testsuite/gas/ppc/power4_32.s index 88861a4..a2fd6a6 100644 --- a/gas/testsuite/gas/ppc/power4_32.s +++ b/gas/testsuite/gas/ppc/power4_32.s @@ -34,3 +34,6 @@ start: dcbz 1, 2 dcbzl 3, 4 dcbz 5, 6 + dcbt 5,6 + dcbt 5,6,0 + dcbt 5,6,8 |