Lines Matching defs:test
6 struct test { struct
7 const char *mnemonic;
8 unsigned int opc:8;
9 unsigned int spc:2;
10 unsigned int pfx:2;
11 unsigned int vsz:3;
12 unsigned int esz:4;
13 unsigned int scale:1;
14 unsigned int ext:3;
685 static void test_one(const struct test *test, enum vl vl, in test_one()
885 struct test test = *tmpl; in test_pair() local
919 struct test test = tests[i]; in test_group() local