Home | History | Annotate | Download | only in arm

Lines Matching refs:t1

1435                                               Register t1,
1454 // t1 - used to hold the capacity mask of the dictionary
1459 GetNumberHash(t0, t1);
1462 ldr(t1, FieldMemOperand(elements, SeededNumberDictionary::kCapacityOffset));
1463 mov(t1, Operand(t1, ASR, kSmiTagSize)); // convert smi to int
1464 sub(t1, t1, Operand(1));
1475 and_(t2, t2, Operand(t1));
1497 ldr(t1, FieldMemOperand(t2, kDetailsOffset));
1498 tst(t1, Operand(Smi::FromInt(PropertyDetails::TypeField::kMask)));