Searched defs:LDRB (Results 1 - 3 of 3) sorted by last modified time

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp302 void ARMAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp215 void ARMAssemblerProxy::LDRB(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
216 mTarget->LDRB(cc, Rd, Rn, offset);
H A DMIPSAssembler.cpp802 void ArmToMipsAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler

Completed in 190 milliseconds