Home | History | Annotate | Download | only in d30v
      1 .*: Assembler messages:
      2 .*:5: Error: Unable to mix instructions as specified
      3 .*:6: Error: Unable to mix instructions as specified
      4 .*:8: Error: Unable to mix instructions as specified
      5 .*:9: Error: Unable to mix instructions as specified
      6 .*:11: Error: Unable to mix instructions as specified
      7 .*:12: Error: Unable to mix instructions as specified
      8 .*:13: Error: Unable to mix instructions as specified
      9 .*:14: Error: Unable to mix instructions as specified
     10 .*:16: Error: Unable to mix instructions as specified
     11 .*:17: Error: Unable to mix instructions as specified
     12 .*:18: Error: Unable to mix instructions as specified
     13 .*:19: Error: Unable to mix instructions as specified
     14 .*:21: Error: Unable to mix instructions as specified
     15 .*:22: Error: Unable to mix instructions as specified
     16 .*:23: Error: Unable to mix instructions as specified
     17 .*:24: Error: Unable to mix instructions as specified
     18 .*:26: Error: Unable to mix instructions as specified
     19 .*:27: Error: Unable to mix instructions as specified
     20 .*:28: Error: Unable to mix instructions as specified
     21 .*:29: Error: Unable to mix instructions as specified
     22 GAS LISTING .*
     23 
     24 
     25    1              	# D30V serial execution test
     26    2
     27    3              		.text
     28    4
     29    5 \?\?\?\? ........ 		bra -3 -> add r3,r0,0	; Invalid
     30 .*  Error: Unable to mix instructions as specified
     31    5      ........
     32    6 \?\?\?\? 08083000 		bsr -3 -> add r3,r0,0	; Invalid
     33 .*  Error: Unable to mix instructions as specified
     34    6      00F00000
     35    6      002BFFFF
     36    6      00F00000
     37    7
     38    8 \?\?\?\? 08083000 		bra/tx -3 -> add r3,r0,0 ;       Valid
     39 .*  Error: Unable to mix instructions as specified
     40    8      00F00000
     41    8      100BFFFF
     42    8      00F00000
     43    9 \?\?\?\? 08083000 		bsr/tx -3 -> add r3,r0,0 ;       Valid
     44 .*  Error: Unable to mix instructions as specified
     45    9      00F00000
     46    9      102BFFFF
     47    9      00F00000
     48   10
     49   11 \?\?\?\? 08083000 		bsr -3 -> bsr -10	;       Invalid
     50 .*  Error: Unable to mix instructions as specified
     51   11      00F00000
     52   11      002BFFFF
     53   11      00F00000
     54   12 \?\?\?\? 002BFFFE 		bsr -3 -> bsr/xt -10    ;       Invalid
     55 .*  Error: Unable to mix instructions as specified
     56   12      00F00000
     57   12      002BFFFF
     58   12      00F00000
     59   13 \?\?\?\? 302BFFFE 		bsr/tx -3 -> bsr -10    ;       Valid
     60 .*  Error: Unable to mix instructions as specified
     61   13      00F00000
     62   13      102BFFFF
     63   13      00F00000
     64   14 \?\?\?\? 002BFFFE 		bsr/tx -3 -> bsr/fx -10 ;       Valid
     65 .*  Error: Unable to mix instructions as specified
     66   14      00F00000
     67   14      102BFFFF
     68   14      00F00000
     69   15
     70   16 \?\?\?\? 202BFFFE 		bra -3 -> bra  10       ;      Invalid
     71 .*  Error: Unable to mix instructions as specified
     72   16      00F00000
     73   16      000BFFFF
     74   16      00F00000
     75   17 \?\?\?\? 00080001 		bra -3 -> bra/tx 10     ;      Invalid
     76 .*  Error: Unable to mix instructions as specified
     77   17      00F00000
     78   17      000BFFFF
     79   17      00F00000
     80   18 \?\?\?\? 10080001 		bra/tx -3 -> bra 10     ;      Valid
     81 .*  Error: Unable to mix instructions as specified
     82 GAS LISTING .*
     84 
     85 
     86   18      00F00000
     87   18      100BFFFF
     88   18      00F00000
     89   19 \?\?\?\? 00080001 		bra/tx -3 -> bra/fx 10  ;      Valid
     90 .*  Error: Unable to mix instructions as specified
     91   19      00F00000
     92   19      100BFFFF
     93   19      00F00000
     94   20
     95   21 \?\?\?\? 20080001 		bsr -3 -> bra 10        ;      Invalid
     96 .*  Error: Unable to mix instructions as specified
     97   21      00F00000
     98   21      002BFFFF
     99   21      00F00000
    100   22 \?\?\?\? 00080001 		bsr -3 -> bra/tx 10     ;      Invalid
    101 .*  Error: Unable to mix instructions as specified
    102   22      00F00000
    103   22      002BFFFF
    104   22      00F00000
    105   23 \?\?\?\? 10080001 		bsr/tx -3 -> bra 10     ;      Valid
    106 .*  Error: Unable to mix instructions as specified
    107   23      00F00000
    108   23      102BFFFF
    109   23      00F00000
    110   24 \?\?\?\? 00080001 		bsr/tx -3 -> bra/fx 10  ;      Valid
    111 .*  Error: Unable to mix instructions as specified
    112   24      00F00000
    113   24      102BFFFF
    114   24      00F00000
    115   25
    116   26 \?\?\?\? 20080001 		bra -3 -> bsr 10        ;      Invalid
    117 .*  Error: Unable to mix instructions as specified
    118   26      00F00000
    119   26      000BFFFF
    120   26      00F00000
    121   27 \?\?\?\? 00280001 		bra -3 -> bsr/tx 10     ;      Invalid
    122 .*  Error: Unable to mix instructions as specified
    123   27      00F00000
    124   27      000BFFFF
    125   27      00F00000
    126   28 \?\?\?\? 10280001 		bra/tx -3 -> bsr 10     ;      Valid
    127 .*  Error: Unable to mix instructions as specified
    128   28      00F00000
    129   28      100BFFFF
    130   28      00F00000
    131   29 \?\?\?\? 00280001 		bra/tx -3 -> bsr/fx 10  ;      Valid
    132 .*  Error: Unable to mix instructions as specified
    133   29      00F00000
    134   29      100BFFFF
    135   29      00F00000
    136   29      20280001
    137