Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "macros.inc"
test_suite bi
test beqi
movi a2, 7
beqi a2, 7, 1f
test_fail
1:
movi a2, 1
j 2f
2:
test_end
test bnei
bnei a2, 7, 1f
test blti
movi a2, 6
blti a2, 7, 1f
movi a2, 0xffffffff
test bgei
bgei a2, 7, 1f
test bltui
bltui a2, 7, 1f
test bgeui
bgeui a2, 7, 1f
test_suite_end