Home | History | Annotate | Download | only in aarch32

Lines Matching refs:Operands

91 // across test files during template instantiation. Specifically, `Operands` has
98 struct Operands {
108 // The `operands` field represents what to pass to the assembler to
110 Operands operands;
116 // Description of the operands, used for error reporting.
686 Condition cond = kTests[i].operands.cond;
687 Register rd = kTests[i].operands.rd;
688 Register rn = kTests[i].operands.rn;
689 Register rm = kTests[i].operands.rm;
739 printf("Error when testing \"%s\" with operands \"%s\":\n",