Lines Matching defs:claim
233 // Ensure that `claim` doesn't alias any PickR().
235 Register claim = temps.AcquireX();
236 // We should only claim a 16-byte-aligned amount, since we're using the
238 __ Mov(claim, GetRandomBits(4) * 16);
239 __ Claim(Operand(claim));
240 // Also claim a bit more, so we can store at sp+claim.
242 __ Poke(PickR(size), Operand(claim));
245 __ Peek(PickR(size), Operand(claim.W(), UXTW));
247 __ Drop(Operand(claim));