Searched refs:get_operand (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | main.c | 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function 215 get_operand(r, f, &ops[0], &ops[1]); in dofile() 218 get_operand(r, f, &ops[2], &ops[3]); in dofile() 221 get_operand(r, f, &ops[4], &ops[5]); in dofile() 224 get_operand(r, f, &ops[6], &ops[7]); in dofile() 227 get_operand(r, f, &result[0], &result[1]); in dofile() 230 get_operand(r, f, &result[4], &result[5]); in dofile() 233 get_operand(r, f, &result[2], &result[3]); in dofile()
|