Searched refs:vldrs (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 153 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 190 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
|
D | assembler_arm32.cc | 987 void Arm32Assembler::vldrs(SRegister sd, const Address& ad, Condition cond) { in vldrs() function in art::arm::Arm32Assembler 1488 vldrs(reg, Address(base, offset), cond); in LoadSFromOffset()
|
D | assembler_arm.h | 471 virtual void vldrs(SRegister sd, const Address& ad, Condition cond = AL) = 0;
|
D | assembler_thumb2.cc | 1919 void Thumb2Assembler::vldrs(SRegister sd, const Address& ad, Condition cond) { in vldrs() function in art::arm::Thumb2Assembler 2594 vldrs(reg, Address(base, offset), cond); in LoadSFromOffset()
|