Home | History | Annotate | Download | only in arm

Lines Matching defs:first

1050   // Ensure to emit the constant pool first if necessary.
1118 uint32_t first = base::bits::CountTrailingZeros32(saves_fp);
1119 DCHECK_EQ((last - first + 1), base::bits::CountPopulation32(saves_fp));
1120 __ vstm(db_w, sp, DwVfpRegister::from_code(first),
1122 frame()->AllocateSavedCalleeRegisterSlots((last - first + 1) *
1154 uint32_t first = base::bits::CountTrailingZeros32(saves_fp);
1155 __ vldm(ia_w, sp, DwVfpRegister::from_code(first),