Home
last modified time | relevance | path

Searched refs:LDRH (Results 1 – 16 of 16) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) { in LDRH() function in android::ARMAssemblerProxy
225 mTarget->LDRH(cc, Rd, Rn, offset); in LDRH()
Dload_store.cpp99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2)); in load()
100 else LDRH(AL, s.reg, addr.reg); in load()
DARMAssembler.h123 virtual void LDRH (int cc, int Rd,
DARMAssemblerProxy.h112 virtual void LDRH (int cc, int Rd,
Dtexturing.cpp788 LDRH(AL, texel.reg, txPtr.reg); in filter16()
821 LDRH(AL, pixel, txPtr.reg, reg_pre(offset)); in filter16()
836 LDRH(AL, pixel, txPtr.reg, reg_pre(offset)); in filter16()
850 LDRH(AL, pixel, txPtr.reg); in filter16()
863 LDRH(AL, pixel, txPtr.reg, reg_pre(offset)); in filter16()
DArm64Assembler.h140 virtual void LDRH (int cc, int Rd,
DMIPS64Assembler.h128 virtual void LDRH (int cc, int Rd,
DARMAssemblerInterface.h163 virtual void LDRH (int cc, int Rd,
DGGLAssembler.cpp681 LDRH(AL, cf, parts.covPtr.reg, immed8_post(2)); in build_coverage_application()
771 LDRH(AL, depth, zbase); // stall in build_depth_test()
DMIPSAssembler.h123 virtual void LDRH (int cc, int Rd,
DARMAssembler.cpp298 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) { in LDRH() function in android::ARMAssembler
DArm64Assembler.cpp659 void ArmToArm64Assembler::LDRH(int cc, int Rd, int Rn, uint32_t op_type) in LDRH() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp877 void ArmToMips64Assembler::LDRH(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRH() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp889 void ArmToMipsAssembler::LDRH(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRH() function in android::ArmToMipsAssembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp540 case INSTR_LDRH: a64asm->LDRH(test.cond, Rd,Rn,op2); break; in dataTransferTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp587 case INSTR_LDRH: a64asm->LDRH(test.cond, Rd,Rn,op2); break; in dataTransferTest()