Searched defs:STRB (Results 1 - 4 of 4) sorted by relevance

/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 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 DArm64Assembler.cpp655 void ArmToArm64Assembler::STRB(int cc, int Rd, int Rn, uint32_t op_type) function in class:android::ArmToArm64Assembler
990 "LDR","LDRB","LDRH","STR","STRB","STRH"
H A DMIPSAssembler.cpp867 void ArmToMipsAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler

Completed in 156 milliseconds