Searched defs:STRH (Results 1 - 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ | ||
H A D | ARMAssemblerProxy.cpp | 142 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 D | ARMAssembler.cpp | 316 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler |
Completed in 38 milliseconds