Searched refs:TEST_P_OP_PR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 493 #define TEST_P_OP_PR(FUNC, SRC1, SRC2, RES, USR_RES) \ macro 779 TEST_P_OP_PR(vcrotate, 0x8000000000000000LL, 0x00000002, in main() 781 TEST_P_OP_PR(vcrotate, 0x7fff80007fff8000LL, 0x00000001, in main() 784 TEST_P_OP_PR(vcnegh, 0x8000000000000000LL, 0x00000002, in main() 786 TEST_P_OP_PR(vcnegh, 0x7fff80007fff8000LL, 0x00000001, in main()
|