Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm.h600 virtual void vstrd(DRegister dd, const Address& ad, Condition cond = AL) = 0;
Dassembler_thumb2.h215 void vstrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
Dassembler_thumb2.cc3006 void Thumb2Assembler::vstrd(DRegister dd, const Address& ad, Condition cond) { in vstrd() function in art::arm::Thumb2Assembler
3970 vstrd(reg, Address(base, offset), cond); in StoreDToOffset()