13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
|
# arm testcase for mvn $rd,$rs
|
||
|
# mach: unfinished
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global alu_mvn
|
||
|
alu_mvn:
|
||
|
mvn r0,r0
|
||
|
|
||
|
pass
|