HomeSort by relevance Sort by last modified time
    Searched refs:neon_matrix_multiply (Results 1 - 2 of 2) sorted by null

  /external/vixl/examples/
neon-matrix-multiply.cc 107 Label neon_matrix_multiply; local
108 masm.Bind(&neon_matrix_multiply);
141 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&neon_matrix_multiply));
  /external/vixl/test/examples/
test-examples.cc 246 TEST(neon_matrix_multiply) {
249 Label neon_matrix_multiply; local
250 masm.Bind(&neon_matrix_multiply);
279 TEST_FUNCTION(neon_matrix_multiply);

Completed in 28 milliseconds