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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp133 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
134 mTarget->LDRH(cc, Rd, Rn, offset);
H A DARMAssembler.cpp307 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler

Completed in 26 milliseconds