Lines Matching defs:tmp
204 Register tmp = temps.AcquireScratch();
205 __ Ldr(tmp, operand);
206 JumpIf(cc, value, tmp, target);
224 Register tmp = temps.AcquireScratch();
225 __ Ldr(tmp, operand);
226 __ CompareTaggedAndBranch(value, tmp, AsMasmCondition(cc), target);
232 Register tmp = temps.AcquireScratch();
233 __ Ldr(tmp, operand);
234 __ CompareTaggedAndBranch(tmp, value, AsMasmCondition(cc), target);
462 Register tmp = temps.AcquireScratch();
463 __ Mov(tmp, Operand(value));
464 __ StoreTaggedField(tmp, FieldMemOperand(target, offset));