Lines Matching defs:tmp
189 Register tmp = temps.AcquireScratch();
190 __ ldr(tmp, operand);
191 JumpIf(cc, value, Operand(tmp), target);
208 Register tmp = temps.AcquireScratch();
209 __ ldr(tmp, operand);
210 JumpIf(cc, value, Operand(tmp), target);
216 Register tmp = temps.AcquireScratch();
217 __ ldr(tmp, operand);
218 JumpIf(cc, tmp, Operand(value), target);
389 Register tmp = temps.AcquireScratch();
390 __ mov(tmp, Operand(value));
391 __ str(tmp, FieldMemOperand(target, offset));