Lines Matching defs:test
36 // Each test is represented by a Test instance.
43 // Most tests require no per-test configuration, and so take no arguments. A
49 // Append this test to the linked list.
65 Test* test = new Test(name, fn);
66 test->set_sve_vl_in_bits(vl);
67 return test;
73 // The SVE vector length can be configured by each test, based on either
74 // hardware feature detection (in the test itself) or Simulator configuration.
141 // Define helper macros for test files.
143 // Macro to register a test. It instantiates a Test and registers its