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

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

Completed in 163 milliseconds