Searched defs:LDRH (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp312 void ARMAssembler::LDRH(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 DARMAssemblerProxy.cpp133 // LDRH/LDRSB/LDRSH/STRH
224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
225 mTarget->LDRH(cc, Rd, Rn, offset);
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)",
895 void ArmToMipsAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler

Completed in 140 milliseconds