* ppc-opc.c <RSQ, RTQ>: Use PPC_OPERAND_GPR.
gas/testsuite/
* gas/ppc/power4.s <lq, stq>: Add more tests.
* gas/ppc/power4.d: Likewise.
2012-08-15 Peter Bergner <bergner@vnet.ibm.com>
+ * gas/ppc/power4.s <lq, stq>: Add more tests.
+ * gas/ppc/power4.d: Likewise.
+
+2012-08-15 Peter Bergner <bergner@vnet.ibm.com>
+
* gas/ppc/common.d ("nop", "xnop"): Add tests.
* gas/ppc/common.s: Likewise.
* gas/ppc/power7.d ("yield", "mdoio", "mdoom"): Add tests.
Sections:
Idx Name +Size +VMA +LMA +File off +Algn
- +0 \.text +0+c4 +0+ +0+ +.*
+ +0 \.text +0+dc +0+ +0+ +.*
+CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
+1 \.data +0+10 +0+ +0+ +.*
+CONTENTS, ALLOC, LOAD, DATA
+b8: 7c 01 17 ec dcbz r1,r2
+bc: 7c 23 27 ec dcbzl r3,r4
+c0: 7c 05 37 ec dcbz r5,r6
+ +c4: e0 40 00 10 lq r2,16\(0\)
+ +c8: e0 05 00 10 lq r0,16\(r5\)
+ +cc: e0 45 00 10 lq r2,16\(r5\)
+ +d0: f8 40 00 12 stq r2,16\(0\)
+ +d4: f8 05 00 12 stq r0,16\(r5\)
+ +d8: f8 45 00 12 stq r2,16\(r5\)
dcbzl 3, 4
dcbz 5, 6
+ lq 2,16(0)
+ lq 0,16(5)
+ lq 2,16(5)
+ stq 2,16(0)
+ stq 0,16(5)
+ stq 2,16(5)
+
.section ".data"
usym0: .llong 0xcafebabe
usym1:
2012-08-15 Peter Bergner <bergner@vnet.ibm.com>
+ * ppc-opc.c <RSQ, RTQ>: Use PPC_OPERAND_GPR.
+
+2012-08-15 Peter Bergner <bergner@vnet.ibm.com>
+
* ppc-opc.c <xnop, yield, mdoio, mdoom>: New extended mnemonics.
2012-08-14 Maciej W. Rozycki <macro@codesourcery.com>
#define RD RS
{ 0x1f, 21, NULL, NULL, PPC_OPERAND_GPR },
- /* The RS and RT fields of the DS form stq instruction, which have
- special value restrictions. */
+ /* The RS and RT fields of the DS form stq and DQ form lq instructions,
+ which have special value restrictions. */
#define RSQ RS + 1
#define RTQ RSQ
- { 0x1e, 21, NULL, NULL, PPC_OPERAND_GPR_0 },
+ { 0x1e, 21, NULL, NULL, PPC_OPERAND_GPR },
/* The RS field of the tlbwe instruction, which is optional. */
#define RSO RSQ + 1