Lines Matching refs:kTests
96 const TestData kTests[] = variable
248 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) { in TestHelper()
250 Condition cond = kTests[i].operands.cond; in TestHelper()
251 Register rd = kTests[i].operands.rd; in TestHelper()
252 Register rn = kTests[i].operands.rn; in TestHelper()
253 uint32_t immediate = kTests[i].operands.immediate; in TestHelper()
261 if (kTests[i].in_it_block) { in TestHelper()
262 masm.it(kTests[i].it_condition); in TestHelper()
277 kTests[i].identifier); in TestHelper()
288 if (kTests[i].in_it_block) { in TestHelper()
290 kTests[i].it_condition.GetName(), in TestHelper()
292 kTests[i].operands_description); in TestHelper()
294 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper()
305 kTests[i].operands_description); in TestHelper()
334 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) { in TestHelper()
338 kTests[i].identifier); in TestHelper()
339 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper()