Home | History | Annotate | Download | only in arm

Lines Matching refs:cache_entry

2753   const Register cache_entry = r0;
2800 __ mov(cache_entry, Operand(cache_array));
2801 // cache_entry points to cache array.
2804 __ ldr(cache_entry, MemOperand(cache_entry, cache_array_index));
2807 __ cmp(cache_entry, Operand(0, RelocInfo::NONE));
2827 __ add(cache_entry, cache_entry, Operand(r1, LSL, 2));
2829 __ ldm(ia, cache_entry, r4.bit() | r5.bit() | r6.bit());
2862 // it on the stack and pop it into register cache_entry after the
2864 __ push(cache_entry);
2870 __ pop(cache_entry);
2874 __ stm(ia, cache_entry, r2.bit() | r3.bit() | r6.bit());