Searched refs:vstrd (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 156 void vstrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 193 void vstrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
|
D | assembler_arm32.cc | 1027 void Arm32Assembler::vstrd(DRegister dd, const Address& ad, Condition cond) { in vstrd() function in art::arm::Arm32Assembler 1578 vstrd(reg, Address(base, offset), cond); in StoreDToOffset()
|
D | assembler_arm.h | 474 virtual void vstrd(DRegister dd, const Address& ad, Condition cond = AL) = 0;
|
D | assembler_thumb2.cc | 1959 void Thumb2Assembler::vstrd(DRegister dd, const Address& ad, Condition cond) { in vstrd() function in art::arm::Thumb2Assembler 2704 vstrd(reg, Address(base, offset), cond); in StoreDToOffset()
|