Home | History | Annotate | Download | only in aarch64

Lines Matching defs:output

40 // v<v_out> corresponds to a column of the output matrix (v0, v1, v2 or v3).
74 // Initialise vectors of the output matrix with zeros.
77 // of the output vectors.
114 float mat1[kLength], mat2[kLength], output[kLength];
116 // Initialise the output matrix to the zero matrix.
117 memset(output, 0, sizeof(output[0]) * kLength);
159 simulator.WriteXRegister(0, reinterpret_cast<uintptr_t>(output));
164 // Print the 4x4 output matrix along with both 4x4 input matrices.
178 output[i],
179 output[4 + i],
180 output[8 + i],
181 output[12 + i]);