Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.cpp74 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, in ADDR_STR() function in android::ARMAssemblerInterface
DARMAssemblerProxy.cpp300 void ARMAssemblerProxy::ADDR_STR(int cc, int Rd, int Rn, uint32_t offset) { in ADDR_STR() function in android::ARMAssemblerProxy
301 mTarget->ADDR_STR(cc, Rd, Rn, offset); in ADDR_STR()
DARMAssemblerProxy.h151 virtual void ADDR_STR (int cc, int Rd,
DArm64Assembler.h129 virtual void ADDR_STR (int cc, int Rd,
DMIPS64Assembler.h171 virtual void ADDR_STR(int cc, int Rd, int Rn, uint32_t offset = __immed12_pre(0));
DARMAssemblerInterface.h339 virtual void ADDR_STR (int cc, int Rd,
DGGLAssembler.h38 ADDR_STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
DArm64Assembler.cpp637 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1247 void ArmToMips64Assembler::ADDR_STR(int cc __unused, int Rd, in ADDR_STR() function in android::ArmToMips64Assembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp545 case INSTR_ADDR_STR: a64asm->ADDR_STR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp592 case INSTR_ADDR_STR: a64asm->ADDR_STR(test.cond, Rd,Rn,op2); break; in dataTransferTest()