Searched refs:STRB (Results 1 - 8 of 8) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp308 void ARMAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler
H A DARMAssembler.h122 virtual void STRB(int cc, int Rd,
H A DARMAssemblerInterface.h159 virtual void STRB(int cc, int Rd,
H A DARMAssemblerProxy.cpp221 void ARMAssemblerProxy::STRB(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
222 mTarget->STRB(cc, Rd, Rn, offset);
H A DARMAssemblerProxy.h110 virtual void STRB(int cc, int Rd,
H A DMIPSAssembler.cpp867 void ArmToMipsAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler
H A DMIPSAssembler.h121 virtual void STRB(int cc, int Rd,
H A Dload_store.cpp43 STRB(AL, s.reg, addr.reg, immed12_pre(0));
45 STRB(AL, s.reg, addr.reg, immed12_pre(1));
47 STRB(AL, s.reg, addr.reg, immed12_pre(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
60 else STRB(AL, s.reg, addr.reg);

Completed in 54 milliseconds