Lines Matching defs:features
46 CPUFeaturesTest(const CPUFeatures& features, const char* description)
48 features_(features),
49 auditor_(&decoder_, features) {}
54 // Positive test: the instruction must assemble with the specified features.
56 // Positive test: extra features are ignored.
91 // Check that the CPUFeaturesAuditor detected the correct features.
109 void RunWithFeatures(const CPUFeatures& features) {
112 masm.SetCPUFeatures(features);
123 // Check that the CPUFeaturesAuditor detected the correct features for this
125 // superfluous features is useful for debugging.
149 explicit TestCase(const CPUFeatures& features) \
150 : CPUFeaturesTest(features, STRINGIFY(ASM)) {} \