Searched refs:vstrs (Results 1 – 3 of 3) sorted by relevance
598 virtual void vstrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
213 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
2979 void Thumb2Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs() function in art::arm::Thumb2Assembler3954 vstrs(reg, Address(base, offset), cond); in StoreSToOffset()