Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "macros.inc"
test_suite bz
test beqz
movi a2, 0
_beqz a2, 1f
test_fail
1:
movi a2, 1
j 2f
2:
test_end
test bnez
_bnez a2, 1f
test bltz
movi a2, 0xffffffff
bltz a2, 1f
test bgez
bgez a2, 1f
test_suite_end