Home
last modified time | relevance | path

Searched refs:dpmpyss_rnd_s0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dmisc.c374 static inline int32_t dpmpyss_rnd_s0(int32_t x, int32_t y) in dpmpyss_rnd_s0() function
383 check32(dpmpyss_rnd_s0(-1, 0x80000000), 1); in test_dpmpyss_rnd_s0()
384 check32(dpmpyss_rnd_s0(0, 0x80000000), 0); in test_dpmpyss_rnd_s0()
385 check32(dpmpyss_rnd_s0(1, 0x80000000), 0); in test_dpmpyss_rnd_s0()
386 check32(dpmpyss_rnd_s0(0x7fffffff, 0x80000000), 0xc0000001); in test_dpmpyss_rnd_s0()
387 check32(dpmpyss_rnd_s0(0x80000000, -1), 1); in test_dpmpyss_rnd_s0()
388 check32(dpmpyss_rnd_s0(-1, -1), 0); in test_dpmpyss_rnd_s0()
389 check32(dpmpyss_rnd_s0(0, -1), 0); in test_dpmpyss_rnd_s0()
390 check32(dpmpyss_rnd_s0(1, -1), 0); in test_dpmpyss_rnd_s0()
391 check32(dpmpyss_rnd_s0(0x7fffffff, -1), 0); in test_dpmpyss_rnd_s0()
[all …]