Lines Matching refs:csp
1244 DCHECK(!csp.Is(sp_)); in BumpSystemStackPointer()
1246 Sub(csp, StackPointer(), space); in BumpSystemStackPointer()
1262 bic(csp, source, 0xf); in BumpSystemStackPointer()
1263 source = csp; in BumpSystemStackPointer()
1267 sub(csp, source, imm_top_12_bits << 12); in BumpSystemStackPointer()
1268 source = csp; in BumpSystemStackPointer()
1272 sub(csp, source, imm); in BumpSystemStackPointer()
1281 DCHECK(!csp.Is(sp_)); in SyncSystemStackPointer()
1283 mov(csp, StackPointer()); in SyncSystemStackPointer()
1489 if (csp.Is(StackPointer())) { in Claim()
1511 if (!csp.Is(StackPointer())) { in Claim()
1530 if (!csp.Is(StackPointer())) { in ClaimBySMI()
1548 if (csp.Is(StackPointer())) { in Drop()
1573 if (!csp.Is(StackPointer()) && emit_debug_code()) { in Drop()
1595 if (!csp.Is(StackPointer()) && emit_debug_code()) { in DropBySMI()