Home | History | Annotate | Download | only in aarch32

Lines Matching refs:Operands

65 // across test files during template instantiation. Specifically, `Operands` has
72 struct Operands {
83 // The `operands` field represents what to pass to the assembler to
85 Operands operands;
91 // Description of the operands, used for error reporting.
810 Condition cond = kTests[i].operands.cond;
811 Register rd = kTests[i].operands.rd;
812 Register rn = kTests[i].operands.rn;
813 ShiftType shift = kTests[i].operands.shift;
814 uint32_t amount = kTests[i].operands.amount;
864 printf("Error when testing \"%s\" with operands \"%s\":\n",