Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / lpcount-err.s
CommitLineData
abe7c33b
CZ
1;; LP_COUNT register cannot be used with multi-cycle instructions such as:
2;; load, lr, multiply and divide.
3; { dg-do assemble { target arc*-*-* } }
4
5 .cpu HS
6
7 mpy lp_count,r0,r1 ; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
8 ld lp_count,[r2,1] ; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
9 div lp_count,r12,r1 ; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
This page took 0.072547 seconds and 4 git commands to generate.