Lines Matching defs:Inputs
124 // `Inputs` have various layouts across generated tests so they absolutely
139 struct Inputs {
158 const Inputs* inputs;
161 static const Inputs kFloats[] =
263 static const Inputs kFloatsSameRegisters[] =
1372 const Inputs* outputs;
1408 results[i]->outputs = new Inputs[kTests[i].input_size];
1442 __ Ldr(fpsr_bits, MemOperand(input_ptr, offsetof(Inputs, fpscr)));
1445 __ Vldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd)));
1446 __ Vldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn)));
1447 __ Vldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm)));
1455 __ Str(fpsr_bits, MemOperand(result_ptr, offsetof(Inputs, fpscr)));
1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd)));
1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn)));
1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm)));
1476 printf("const Inputs kOutputs_%s_%s[] = {\n",