Lines Matching refs:csp
1231 DCHECK(!csp.Is(sp_)); in BumpSystemStackPointer()
1237 Bic(csp, temp, 0xf); in BumpSystemStackPointer()
1239 Sub(csp, StackPointer(), space); in BumpSystemStackPointer()
1256 bic(csp, source, 0xf); in BumpSystemStackPointer()
1257 source = csp; in BumpSystemStackPointer()
1261 sub(csp, source, imm_top_12_bits << 12); in BumpSystemStackPointer()
1262 source = csp; in BumpSystemStackPointer()
1266 sub(csp, source, imm); in BumpSystemStackPointer()
1275 DCHECK(!csp.Is(sp_)); in SyncSystemStackPointer()
1278 bic(csp, StackPointer(), 0xf); in SyncSystemStackPointer()
1280 mov(csp, StackPointer()); in SyncSystemStackPointer()
1512 if (csp.Is(StackPointer())) { in Claim()
1533 if (!csp.Is(StackPointer())) { in Claim()
1552 if (!csp.Is(StackPointer())) { in ClaimBySMI()
1569 if (csp.Is(StackPointer())) { in Drop()
1593 if (!csp.Is(StackPointer()) && emit_debug_code()) { in Drop()
1615 if (!csp.Is(StackPointer()) && emit_debug_code()) { in DropBySMI()