Home | History | Annotate | Download | only in arm

Lines Matching refs:SRegister

48 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
52 os << "SRegister[" << static_cast<int>(rhs) << "]";
377 static dwarf::Reg DWARFReg(SRegister reg) {
404 vpushs(SRegister(CTZ(fp_spill_mask)), POPCOUNT(fp_spill_mask));
406 cfi_.RelOffsetForMany(DWARFReg(SRegister(0)), 0, fp_spill_mask, kFramePointerSize);
460 vpops(SRegister(CTZ(fp_spill_mask)), POPCOUNT(fp_spill_mask));
462 cfi_.RestoreMany(DWARFReg(SRegister(0)), fp_spill_mask);