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

  /external/vixl/benchmarks/aarch64/
bench-branch.cc 59 const int buffer_instruction_count = buffer_size / kInstructionSize; local
67 int rounds = instructions / buffer_instruction_count;
71 for (int j = 0; j < buffer_instruction_count; ++j) {
80 int remaining = instructions % buffer_instruction_count;
bench-dataop.cc 59 const unsigned buffer_instruction_count = buffer_size / kInstructionSize; local
66 unsigned rounds = instructions / buffer_instruction_count;
70 for (unsigned j = 0; j < buffer_instruction_count; ++j) {
77 unsigned remaining = instructions % buffer_instruction_count;

Completed in 68 milliseconds