Home | History | Annotate | Download | only in arm

Lines Matching refs:cp

872     stm(db_w, sp, cp.bit() | fp.bit() | lr.bit());
888 stm(db_w, sp, r1.bit() | cp.bit() | fp.bit() | lr.bit());
899 stm(db_w, sp, cp.bit() | fp.bit() | lr.bit());
942 str(cp, MemOperand(ip));
1020 ldr(cp, MemOperand(ip));
1218 ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
1244 ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
1339 mov(cp, Operand(Smi::FromInt(0))); // Indicates no context.
1341 stm(db_w, sp, r5.bit() | r6.bit() | cp.bit() | ip.bit());
1343 stm(db_w, sp, r5.bit() | r6.bit() | cp.bit() | fp.bit());
1399 ldm(ia_w, sp, r1.bit() | r2.bit() | cp.bit() | fp.bit());
1402 // (kind == ENTRY) == (fp == 0) == (cp == 0), so we could test either fp
1403 // or cp.
1404 tst(cp, cp);
1405 str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset), ne);
1445 ldm(ia_w, sp, r1.bit() | r2.bit() | cp.bit() | fp.bit());
2405 ldr(cp, *context_restore_operand);
2723 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2865 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2873 mov(dst, cp);
2886 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2934 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
2946 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));