Home
last modified time | relevance | path

Searched refs:STRH (Results 1 – 12 of 12) 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.cpp51 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2)); in store()
52 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,
DARMAssemblerInterface.h168 virtual void STRH (int cc, int Rd,
DMIPSAssembler.h129 virtual void STRH (int cc, int Rd,
DARMAssembler.cpp321 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) { in STRH() function in android::ARMAssembler
DArm64Assembler.cpp673 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type) in STRH() function in android::ArmToArm64Assembler
DGGLAssembler.cpp783 STRH(ic, depth, zbase); in build_depth_test()
DMIPSAssembler.cpp937 void ArmToMipsAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) in STRH() function in android::ArmToMipsAssembler
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp592 case INSTR_STRH: a64asm->STRH(test.cond, Rd,Rn,op2); break; in dataTransferTest()