HomeSort by relevance Sort by last modified time
    Searched refs:vldrd (Results 1 - 5 of 5) sorted by null

  /art/compiler/utils/arm/
assembler_arm32.h 168 void vldrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
assembler_arm32.cc 1062 void Arm32Assembler::vldrd(DRegister dd, const Address& ad, Condition cond) { function in class:art::arm::Arm32Assembler
    [all...]
assembler_thumb2.h 213 void vldrd(DRegister dd, const Address& ad, Condition cond = AL) OVERRIDE;
    [all...]
assembler_arm.h 634 virtual void vldrd(DRegister dd, const Address& ad, Condition cond = AL) = 0;
    [all...]
assembler_thumb2.cc 2971 void Thumb2Assembler::vldrd(DRegister dd, const Address& ad, Condition cond) { function in class:art::arm::Thumb2Assembler
    [all...]

Completed in 59 milliseconds