mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
|
# frv testcase for cop1 $s6_1,$CPRi,$CPRj,$CPRk
|
||
|
# mach: frv
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global cop1
|
||
|
cop1:
|
||
|
cop1 0,cpr0,cpr15,cpr31
|
||
|
cop1 31,cpr32,cpr45,cpr63
|
||
|
cop1 -32,cpr32,cpr45,cpr63
|
||
|
|
||
|
pass
|