Lines Matching refs:kTests
96 const TestData kTests[] =
220 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
222 DataType dt = kTests[i].operands.dt;
223 DRegister rd = kTests[i].operands.rd;
224 DRegister rn = kTests[i].operands.rn;
225 DRegister rm = kTests[i].operands.rm;
232 if (kTests[i].in_it_block) {
233 masm.it(kTests[i].it_condition);
248 kTests[i].identifier);
259 if (kTests[i].in_it_block) {
261 kTests[i].it_condition.GetName(),
263 kTests[i].operands_description);
265 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description);
276 kTests[i].operands_description);
305 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
309 kTests[i].identifier);
310 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier);