Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "macros.inc"
test_suite flix
#if XCHAL_HAVE_FLIX3
test misc
{
mov a3, a4
mov a2, a3
nop
}
bne.w18 a2, a3, 1f
movi a2, 1f
mov a3, a2
l32i a2, a3, 0
add a4, a4, a2
jx a3
1:
test_end
test sum
movi a2, 0
movi a3, 2f
movi a4, 0
movi a5, 4
loop a5, 1f
addi a3, a3, 4
assert eqi, a4, 10
.data
2:
.word 1, 2, 3, 4
.previous
test rep_dependency
movi a2, 1
movi a3, 2
or a2, a3, a3
or a3, a2, a2
assert eqi, a2, 2
assert eqi, a3, 1
#endif
test_suite_end