Searched refs:ADDR_STR (Results 1 - 11 of 11) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp74 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, function in class:android::ARMAssemblerInterface
H A DARMAssemblerProxy.cpp300 void ARMAssemblerProxy::ADDR_STR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
301 mTarget->ADDR_STR(cc, Rd, Rn, offset);
H A DARMAssemblerProxy.h151 virtual void ADDR_STR (int cc, int Rd,
H A DArm64Assembler.h129 virtual void ADDR_STR (int cc, int Rd,
H A DMIPS64Assembler.h171 virtual void ADDR_STR(int cc, int Rd, int Rn, uint32_t offset = __immed12_pre(0));
H A DARMAssemblerInterface.h339 virtual void ADDR_STR (int cc, int Rd,
H A DGGLAssembler.h38 ADDR_STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
H A DArm64Assembler.cpp121 ** These are ADDR_LDR, ADDR_STR, ADDR_ADD, ADDR_SUB and they map to
637 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) function in class:android::ArmToArm64Assembler
H A DMIPS64Assembler.cpp1238 void ArmToMips64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ArmToMips64Assembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
H A Dmips64_assembler_test.cpp545 case INSTR_ADDR_STR: a64asm->ADDR_STR(test.cond, Rd,Rn,op2); break;
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp592 case INSTR_ADDR_STR: a64asm->ADDR_STR(test.cond, Rd,Rn,op2); break;

Completed in 33 milliseconds