Searched refs:__check32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | v73_scalar.c | 28 static void __check32(int line, uint32_t result, uint32_t expect) in __check32() function 37 #define check32(RES, EXP) __check32(__LINE__, RES, EXP)
|
H A D | v68_scalar.c | 31 static void __check32(int line, uint32_t result, uint32_t expect) in __check32() function 40 #define check32(RES, EXP) __check32(__LINE__, RES, EXP)
|
H A D | hex_test.h | 22 static inline void __check32(int line, uint32_t val, uint32_t expect) in __check32() function 30 #define check32(RES, EXP) __check32(__LINE__, RES, EXP)
|
H A D | circ.c | 230 __check32(line, res, expect); in __check_load()
|