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

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

Completed in 4 milliseconds