Searched refs:TEST_R_OP_RI (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 527 #define TEST_R_OP_RI(FUNC, SRC1, SRC2, RES, USR_RES) \ macro 827 TEST_R_OP_RI(round_ri_sat, 0x0000ffff, 2, 0x00004000, USR_CLEAR); in main() 828 TEST_R_OP_RI(round_ri_sat, 0x7fffffff, 2, 0x1fffffff, USR_OVF); in main()
|