Lines Matching defs:kTests
102 const TestData kTests[] = {{{pl, r8, r11, plus, r6, LSL, 1, Offset},
3626 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
3628 Condition cond = kTests[i].operands.cond;
3629 Register rd = kTests[i].operands.rd;
3630 Register rn = kTests[i].operands.rn;
3631 Sign sign = kTests[i].operands.sign;
3632 Register rm = kTests[i].operands.rm;
3633 ShiftType shift = kTests[i].operands.shift;
3634 uint32_t amount = kTests[i].operands.amount;
3635 AddrMode addr_mode = kTests[i].operands.addr_mode;
3643 if (kTests[i].in_it_block) {
3644 masm.it(kTests[i].it_condition);
3659 kTests[i].identifier);
3670 if (kTests[i].in_it_block) {
3672 kTests[i].it_condition.GetName(),
3674 kTests[i].operands_description);
3676 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description);
3687 kTests[i].operands_description);
3716 for (unsigned i = 0; i < ARRAY_SIZE(kTests); i++) {
3720 kTests[i].identifier);
3721 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier);