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

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

Completed in 75 milliseconds