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

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

Completed in 258 milliseconds