Home | History | Annotate | Download | only in arm

Lines Matching refs:cache_entry

3221   const Register cache_entry = r0;
3268 __ mov(cache_entry, Operand(cache_array));
3269 // cache_entry points to cache array.
3272 __ ldr(cache_entry, MemOperand(cache_entry, cache_array_index));
3275 __ cmp(cache_entry, Operand(0, RelocInfo::NONE));
3295 __ add(cache_entry, cache_entry, Operand(r1, LSL, 2));
3297 __ ldm(ia, cache_entry, r4.bit() | r5.bit() | r6.bit());
3334 // it on the stack and pop it into register cache_entry after the
3336 __ push(cache_entry);
3342 __ pop(cache_entry);
3346 __ stm(ia, cache_entry, r2.bit() | r3.bit() | r6.bit());