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

/art/compiler/utils/mips/
H A Dassembler_mips_test.cc2409 constexpr size_t kAddiuCount = 0x1FDE; local
2410 for (size_t i = 0; i != kAddiuCount; ++i) {
2418 RepeatInsn(kAddiuCount, "addiu $a0, $a1, %hi(2f - 1b)\n") +
2447 constexpr size_t kAddiuCount = 0x1FDE; local
2448 for (size_t i = 0; i != kAddiuCount; ++i) {
2455 RepeatInsn(kAddiuCount, "addiu $a0, $a1, %hi(2f - 1b)\n") +

Completed in 34 milliseconds