Searched refs:STRH (Results 1 - 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h89 virtual void STRH (int cc, int Rd,
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.h99 virtual void STRH (int cc, int Rd,
H A Dload_store.cpp55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
56 else STRH(AL, s.reg, addr.reg);
H A DARMAssembler.cpp316 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler
H A DARMAssemblerInterface.h86 // LDRH/LDRSB/LDRSH/STRH
160 virtual void STRH (int cc, int Rd,
H A DGGLAssembler.cpp780 STRH(ic, depth, zbase);

Completed in 10 milliseconds