Searched refs:STRH (Results 1 – 12 of 12) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 233 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()
|
D | load_store.cpp | 51 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2)); in store() 52 else STRH(AL, s.reg, addr.reg); in store()
|
D | ARMAssembler.h | 129 virtual void STRH (int cc, int Rd,
|
D | ARMAssemblerProxy.h | 118 virtual void STRH (int cc, int Rd,
|
D | Arm64Assembler.h | 146 virtual void STRH (int cc, int Rd,
|
D | ARMAssemblerInterface.h | 168 virtual void STRH (int cc, int Rd,
|
D | MIPSAssembler.h | 129 virtual void STRH (int cc, int Rd,
|
D | ARMAssembler.cpp | 321 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) { in STRH() function in android::ARMAssembler
|
D | Arm64Assembler.cpp | 673 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type) in STRH() function in android::ArmToArm64Assembler
|
D | GGLAssembler.cpp | 783 STRH(ic, depth, zbase); in build_depth_test()
|
D | MIPSAssembler.cpp | 937 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/ |
D | arm64_assembler_test.cpp | 592 case INSTR_STRH: a64asm->STRH(test.cond, Rd,Rn,op2); break; in dataTransferTest()
|