Searched refs:temp_ptr (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc513 RegStorage temp_ptr = AllocTemp(); local
514 OpRegRegImm(kOpAdd, temp_ptr, r_base, displacement);
518 OpRegCopy(reg_ptr, temp_ptr);
521 FreeTemp(temp_ptr);

Completed in 27 milliseconds