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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp294 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 DMIPS64Assembler.cpp849 void ArmToMips64Assembler::STRB(int cc __unused, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMips64Assembler
H A DArm64Assembler.cpp654 void ArmToArm64Assembler::STRB(int cc, int Rd, int Rn, uint32_t op_type) function in class:android::ArmToArm64Assembler
989 "LDR","LDRB","LDRH","STR","STRB","STRH"
H A DMIPSAssembler.cpp861 void ArmToMipsAssembler::STRB(int cc __unused, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler

Completed in 30 milliseconds