Lines Matching defs:Inputs
130 // `Inputs` have various layouts across generated tests so they absolutely
147 struct Inputs {
166 const Inputs* inputs;
169 static const Inputs kCondition[] = {{NFlag, 0xabababab, 0, {0, 0x77777777}},
185 static const Inputs kPositiveOffset[] =
197 static const Inputs kNegativeOffset[] =
209 static const Inputs kPositivePostIndex[] =
221 static const Inputs kNegativePostIndex[] =
233 static const Inputs kPositivePreIndex[] =
245 static const Inputs kNegativePreIndex[] =
3340 const Inputs* outputs;
3381 results[i]->outputs = new Inputs[kTests[i].input_size];
3426 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr)));
3430 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd)));
3431 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm)));
3442 __ Ldr(memop_tmp, MemOperand(input_ptr, offsetof(Inputs, memop) + 4));
3480 __ Str(nzcv_bits, MemOperand(result_ptr, offsetof(Inputs, apsr)));
3482 __ Str(rd, MemOperand(result_ptr, offsetof(Inputs, rd)));
3483 __ Str(rm, MemOperand(result_ptr, offsetof(Inputs, rm)));
3518 __ Str(base_register, MemOperand(result_ptr, offsetof(Inputs, memop)));
3522 __ Str(memop_tmp, MemOperand(result_ptr, offsetof(Inputs, memop) + 4));
3541 printf("const Inputs kOutputs_%s_%s[] = {\n",