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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp133 // LDRH/LDRSB/LDRSH/STRH
227 void ARMAssemblerProxy::LDRSB(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
228 mTarget->LDRSB(cc, Rd, Rn, offset);
H A DARMAssembler.h83 // LDRH/LDRSB/LDRSH/STRH
126 virtual void LDRSB(int cc, int Rd,
H A DARMAssemblerProxy.h71 // LDRH/LDRSB/LDRSH/STRH
114 virtual void LDRSB(int cc, int Rd,
H A DARMAssembler.cpp315 void ARMAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler
558 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
564 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
576 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
H A DARMAssemblerInterface.h93 // LDRH/LDRSB/LDRSH/STRH
164 virtual void LDRSB(int cc, int Rd,
H A DMIPSAssembler.h80 // LDRH/LDRSB/LDRSH/STRH
125 virtual void LDRSB(int cc, int Rd,
H A DMIPSAssembler.cpp295 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
303 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
313 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
923 void ArmToMipsAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler

Completed in 54 milliseconds