Searched refs:vstrs (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 154 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 191 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
|
D | assembler_arm32.cc | 1000 void Arm32Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs() function in art::arm::Arm32Assembler 1560 vstrs(reg, Address(base, offset), cond); in StoreSToOffset()
|
D | assembler_arm.h | 472 virtual void vstrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
|
D | assembler_thumb2.cc | 1932 void Thumb2Assembler::vstrs(SRegister sd, const Address& ad, Condition cond) { in vstrs() function in art::arm::Thumb2Assembler 2686 vstrs(reg, Address(base, offset), cond); in StoreSToOffset()
|