Lines Matching refs:kTests
105 const TestData kTests[] =
238 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
240 DataType dt = kTests[i].operands.dt;
241 DRegister rd = kTests[i].operands.rd;
242 DRegister rn = kTests[i].operands.rn;
243 DRegister rm = kTests[i].operands.rm;
250 if (kTests[i].in_it_block) {
251 masm.it(kTests[i].it_condition);
266 kTests[i].identifier);
277 if (kTests[i].in_it_block) {
279 kTests[i].it_condition.GetName(),
281 kTests[i].operands_description);
283 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description);
294 kTests[i].operands_description);
323 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
327 kTests[i].identifier);
328 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier);