Home | History | Annotate | Download | only in arm

Lines Matching refs:cp

496   // registers are cp.
497 ASSERT(!address.is(cp) && !value.is(cp));
798 stm(db_w, sp, cp.bit() | fp.bit() | lr.bit());
839 str(cp, MemOperand(ip));
919 ldr(cp, MemOperand(ip));
1114 ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
1137 ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
1216 stm(db_w, sp, r5.bit() | r6.bit() | cp.bit() | fp.bit());
1272 ldm(ia_w, sp, r1.bit() | r2.bit() | cp.bit() | fp.bit());
1275 // (kind == ENTRY) == (fp == 0) == (cp == 0), so we could test either fp
1276 // or cp.
1277 tst(cp, cp);
1278 str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset), ne);
1318 ldm(ia_w, sp, r1.bit() | r2.bit() | cp.bit() | fp.bit());
2698 ldr(target, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
2844 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2852 mov(dst, cp);
2864 ldr(scratch, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
2900 ldr(function, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));