Home | History | Annotate | Download | only in arm

Lines Matching defs:last

1026   // last output of the instruction.
1117 uint32_t last = base::bits::CountLeadingZeros32(saves_fp) - 1;
1119 DCHECK_EQ((last - first + 1), base::bits::CountPopulation32(saves_fp));
1121 DwVfpRegister::from_code(last));
1122 frame()->AllocateSavedCalleeRegisterSlots((last - first + 1) *
1153 uint32_t last = base::bits::CountLeadingZeros32(saves_fp) - 1;
1156 DwVfpRegister::from_code(last));