Searched defs:buffer_instruction_count (Results 1 - 2 of 2) sorted by relevance

/external/vixl/benchmarks/aarch64/
H A Dbench-branch.cc59 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;
H A Dbench-dataop.cc59 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 92 milliseconds