blob: 8eeb43cd5b04e5b9440d2734ac21c3e73d73a69a [file] [log] [blame]
# sh testcase for getcon $crk, $rd -*- Asm -*-
# mach: all
# as: -isa=shmedia
# ld: -m shelf64
.include "media/testutils.inc"
start
init:
pta wrong, tr0
getcon1:
movi 22, r0
putcon r0, cr0
getcon cr0, r1
bne r0, r1, tr0
getcon2:
movi 12, r0
shlli r0, 35, r0
putcon r0, cr20
getcon cr20, r20
bne r0, r20, tr0
okay:
pass
wrong:
fail