Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
;; LP_COUNT register cannot be used with multi-cycle instructions such as:
;; load, lr, multiply and divide.
; { dg-do assemble { target arc*-*-* } }

	.cpu HS

	mpy	lp_count,r0,r1	; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
	ld	lp_count,[r2,1]	; { dg-error "Error: LP_COUNT register cannot be used as destination register." }
	div	lp_count,r12,r1	; { dg-error "Error: LP_COUNT register cannot be used as destination register." }