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

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

Completed in 472 milliseconds