Searched refs:STRH (Results 1 - 9 of 9) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp321 void ARMAssembler::STRH(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 DARMAssembler.h83 // LDRH/LDRSB/LDRSH/STRH
130 virtual void STRH (int cc, int Rd,
H A DARMAssemblerInterface.h93 // LDRH/LDRSB/LDRSH/STRH
168 virtual void STRH (int cc, int Rd,
H A DARMAssemblerProxy.cpp133 // LDRH/LDRSB/LDRSH/STRH
233 void ARMAssemblerProxy::STRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
234 mTarget->STRH(cc, Rd, Rn, offset);
H A DARMAssemblerProxy.h71 // LDRH/LDRSB/LDRSH/STRH
118 virtual void STRH (int cc, int Rd,
H A DGGLAssembler.cpp783 STRH(ic, depth, zbase);
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)",
937 void ArmToMipsAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler
H A DMIPSAssembler.h80 // LDRH/LDRSB/LDRSH/STRH
129 virtual void STRH (int cc, int Rd,
H A Dload_store.cpp55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
56 else STRH(AL, s.reg, addr.reg);

Completed in 57 milliseconds