From 4f399f1811dc86aaeb2d7130d0898a445f8eac0b Mon Sep 17 00:00:00 2001 From: Tomer Levi Date: Mon, 25 Oct 2004 09:36:06 +0000 Subject: Reverse operands order in store co-processor instructions. --- gas/testsuite/gas/crx/cop_insn.d | 4 ++-- gas/testsuite/gas/crx/cop_insn.s | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gas') diff --git a/gas/testsuite/gas/crx/cop_insn.d b/gas/testsuite/gas/crx/cop_insn.d index 9108f1e..bdef700 100644 --- a/gas/testsuite/gas/crx/cop_insn.d +++ b/gas/testsuite/gas/crx/cop_insn.d @@ -22,13 +22,13 @@ Disassembly of section .text: 10: 11 30 38 34 ldcr \$0x1, r3, c8 00000014 : - 14: 12 30 4b 35 stcr \$0x2, r4, c11 + 14: 12 30 b4 35 stcr \$0x2, c11, r4 00000018 : 18: 14 30 6c 36 ldcsr \$0x4, r6, cs12 0000001c : - 1c: 17 30 dd 37 stcsr \$0x7, r13, cs13 + 1c: 17 30 ad 37 stcsr \$0x7, cs10, r13 00000020 : 20: 13 31 01 30 loadmcr \$0x3, r1, {c2,c3,c5} diff --git a/gas/testsuite/gas/crx/cop_insn.s b/gas/testsuite/gas/crx/cop_insn.s index 1415cff..70aec56 100644 --- a/gas/testsuite/gas/crx/cop_insn.s +++ b/gas/testsuite/gas/crx/cop_insn.s @@ -26,7 +26,7 @@ ldcr $1, r3, c8 .global stcr stcr: -stcr $2, r4, c11 +stcr $2, c11, r4 .global ldcsr ldcsr: @@ -34,7 +34,7 @@ ldcsr $4, r6, cs12 .global stcsr stcsr: -stcsr $7, r13, cs13 +stcsr $7, cs10, r13 .global loadmcr loadmcr: -- cgit v1.1