Searched defs:PLD (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp163 void ARMAssemblerProxy::PLD(int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
164 mTarget->PLD(Rn, offset);
H A DARMAssembler.cpp366 void ARMAssembler::PLD(int Rn, uint32_t offset) { function in class:android::ARMAssembler
368 "PLD only P=1, W=0");

Completed in 2691 milliseconds