gas: blackfin: gas: blackfin: reject invalid BYTEOP16P insns
[binutils-gdb.git] / gas / testsuite / gas / bfin / arithmetic.d
index cb7c95130e82bca48ab7e5450ed9befde1739dac..2cbdb71fa4d143a5a16312b0e42e4dee9e0cfa86 100644 (file)
@@ -10,7 +10,7 @@ Disassembly of section .text:
    4:  10 c4 [0-3][[:xdigit:]] 40      A0 = ABS A1;
    8:  30 c4 [0-3][[:xdigit:]] 00      A1 = ABS A0;
    c:  30 c4 [0-3][[:xdigit:]] 40      A1 = ABS A1;
-  10:  10 c4 [0-3][[:xdigit:]] c0      A1 = ABS A0, A0 = ABS A0;
+  10:  10 c4 [0-3][[:xdigit:]] c0      A1 = ABS A1, A0 = ABS A0;
   14:  07 c4 10 80     R0 = ABS R2;
 
 00000018 <add>:
@@ -82,9 +82,9 @@ Disassembly of section .text:
   a8:  2b c4 [0-3][[:xdigit:]] 40      R0.H = \(A0 \+= A1\);
 
 000000ac <multiply16>:
-  ac:  00 c2 0a 24     R0 = R1.H \* R2.L;
-  b0:  20 c2 68 26     R1 = R5.H \* R0.H \(S2RND\);
-  b4:  80 c2 db 23     R7 = R3.L \* R3.H \(FU\);
+  ac:  00 c2 0a 24     R0.L = R1.H \* R2.L;
+  b0:  20 c2 68 26     R1.L = R5.H \* R0.H \(S2RND\);
+  b4:  80 c2 db 23     R7.L = R3.L \* R3.H \(FU\);
   b8:  28 c3 15 27     R4 = R2.H \* R5.H \(ISS2\);
   bc:  08 c3 0b 20     R0 = R1.L \* R3.L \(IS\);
   c0:  08 c2 a8 25     R6 = R5.H \* R0.L;
@@ -141,7 +141,7 @@ Disassembly of section .text:
  168:  2d c1 17 d8     R1 = \(A1 \+= R2.H \* R7.H\) \(ISS2\);
  16c:  0e c0 80 58     R3 = \(A1 -= R0.L \* R0.H\);
  170:  1e c1 17 59     R5 = \(A1 -= R2.L \* R7.H\) \(M, IS\);
- 174:  0d c0 8b d9     R7 = \(A1 \+= R1.H \* R3.H\);
+ 174:  8d c1 8b d9     R7 = \(A1 \+= R1.H \* R3.H\) \(IU\);
 
 00000178 <negate>:
  178:  85 43           R5 = -R0;