Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "macros.inc"
test_suite clamps
#if XCHAL_HAVE_CLAMPS
test clamps
movi a2, 0
movi a3, 0
clamps a4, a2, 7
assert eq, a3, a4
movi a2, 0x7f
movi a3, 0x7f
movi a2, 0xffffff80
movi a3, 0xffffff80
movi a2, 0x80
clamps a2, a2, 7
assert eq, a3, a2
movi a2, 0xffffff7f
movi a2, 0x7fffffff
movi a2, 0x80000000
test_end
#endif
test_suite_end