Home
last modified time | relevance | path

Searched refs:STRH (Results 1 – 15 of 15) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp233 void ARMAssemblerProxy::STRH(int cc, int Rd, int Rn, uint32_t offset) { in STRH() function in android::ARMAssemblerProxy
234 mTarget->STRH(cc, Rd, Rn, offset); in STRH()
Dload_store.cpp55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2)); in store()
56 else STRH(AL, s.reg, addr.reg); in store()
DARMAssembler.h129 virtual void STRH (int cc, int Rd,
DARMAssemblerProxy.h118 virtual void STRH (int cc, int Rd,
DArm64Assembler.h146 virtual void STRH (int cc, int Rd,
DMIPS64Assembler.h134 virtual void STRH (int cc, int Rd,
DARMAssemblerInterface.h169 virtual void STRH (int cc, int Rd,
DMIPSAssembler.h129 virtual void STRH (int cc, int Rd,
DARMAssembler.cpp307 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) { in STRH() function in android::ARMAssembler
DArm64Assembler.cpp672 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type) in STRH() function in android::ArmToArm64Assembler
DGGLAssembler.cpp781 STRH(ic, depth, zbase); in build_depth_test()
DMIPS64Assembler.cpp921 void ArmToMips64Assembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset) in STRH() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp933 void ArmToMipsAssembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset) in STRH() function in android::ArmToMipsAssembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp544 case INSTR_STRH: a64asm->STRH(test.cond, Rd,Rn,op2); break; in dataTransferTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp591 case INSTR_STRH: a64asm->STRH(test.cond, Rd,Rn,op2); break; in dataTransferTest()