Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm.h597 virtual void vldrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
Dassembler_thumb2.h212 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
Dassembler_thumb2.cc2966 void Thumb2Assembler::vldrs(SRegister sd, const Address& ad, Condition cond) { in vldrs() function in art::arm::Thumb2Assembler
3866 vldrs(reg, Address(base, offset), cond); in LoadSFromOffset()