Home
last modified time | relevance | path

Searched refs:vstrs (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm.h598 virtual void vstrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
Dassembler_thumb2.h213 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
Dassembler_thumb2.cc2979 void Thumb2Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs() function in art::arm::Thumb2Assembler
3954 vstrs(reg, Address(base, offset), cond); in StoreSToOffset()