/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 1 /* libs/pixelflinger/codeflinger/ARMAssemblerInterface.cpp 25 #include "ARMAssemblerInterface.h" 31 ARMAssemblerInterface::~ARMAssemblerInterface() 43 uint32_t ARMAssemblerInterface::__immed12_pre(int32_t immed12, int W) 52 uint32_t ARMAssemblerInterface::__immed8_pre(int32_t immed8, int W) 68 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, 73 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, 78 void ARMAssemblerInterface::ADDR_ADD(int cc, int s, 83 void ARMAssemblerInterface::ADDR_SUB(int cc, int s [all...] |
ARMAssemblerProxy.h | 25 #include "ARMAssemblerInterface.h" 31 class ARMAssemblerProxy : public ARMAssemblerInterface 37 ARMAssemblerProxy(ARMAssemblerInterface* target); 40 void setTarget(ARMAssemblerInterface* target); 159 ARMAssemblerInterface* mTarget;
|
GGLAssembler.cpp | 33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) [all...] |
MIPS64Assembler.cpp | 62 : ARMAssemblerInterface(), 75 : ARMAssemblerInterface(), 771 if (Rn == ARMAssemblerInterface::SP) { 780 if (Rn == ARMAssemblerInterface::SP) { 834 if (Rn == ARMAssemblerInterface::SP) { [all...] |
GGLAssembler.h | 133 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) 165 ARMAssemblerInterface& mGen; 180 GGLAssembler(ARMAssemblerInterface* target);
|
ARMAssemblerInterface.h | 1 /* libs/pixelflinger/codeflinger/ARMAssemblerInterface.h 29 class ARMAssemblerInterface 32 virtual ~ARMAssemblerInterface();
|
ARMAssemblerProxy.cpp | 33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target) 43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target)
|
ARMAssembler.h | 28 #include "ARMAssemblerInterface.h" 35 class ARMAssembler : public ARMAssemblerInterface 48 // ARMAssemblerInterface...
|
Arm64Assembler.h | 40 #include "codeflinger/ARMAssemblerInterface.h" 47 class ArmToArm64Assembler : public ARMAssemblerInterface 61 // ARMAssemblerInterface...
|
MIPS64Assembler.h | 28 #include "ARMAssemblerInterface.h" 39 class ArmToMips64Assembler : public ARMAssemblerInterface
|
MIPSAssembler.cpp | 23 ** ArmToMipsAssembler (subclassed from ArmAssemblerInterface) each Arm 41 ** ARMAssembler and ARMAssemblerInterface changes 45 ** functions on ARM is moved from ARMAssemblerInterface.cpp to ARMAssembler.cpp, and 47 ** functions in ARMAssemblerInterface.cpp so they could be used as static initializers). 92 : ARMAssemblerInterface(), 779 if (Rn == ARMAssemblerInterface::SP) { 788 if (Rn == ARMAssemblerInterface::SP) { 842 if (Rn == ARMAssemblerInterface::SP) { [all...] |
Arm64Assembler.cpp | 51 ** - A translator class maps ArmAssemblerInterface calls to 58 ** - Subclassed from ArmAssemblerInterface 60 ** - Translates each ArmAssemblerInterface call to generate 63 ** - Does not implement ArmAssemblerInterface portions unused by GGLAssembler 96 ** ways in which GGLAssembler uses ArmAssemblerInterface interface. 115 ** ARMAssembler/ARMAssemblerInterface/ARMAssemblerProxy changes 123 ** default 32 bit implementations in ARMAssemblerInterface. 136 ** added in the ARMAssemblerInterface. 167 : ARMAssemblerInterface(), 179 : ARMAssemblerInterface(), mAssembly(NULL [all...] |
ARMAssembler.cpp | 46 : ARMAssemblerInterface(),
|
MIPSAssembler.h | 28 #include "ARMAssemblerInterface.h" 38 class ArmToMipsAssembler : public ARMAssemblerInterface
|
/system/core/libpixelflinger/ |
Android.mk | 10 codeflinger/ARMAssemblerInterface.cpp \
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 42 #include "codeflinger/ARMAssemblerInterface.h" 414 void dataOpTest(dataOpTest_t test, ARMAssemblerInterface *a64asm, uint32_t Rd = 0, 520 void dataTransferTest(dataTransferTest_t test, ARMAssemblerInterface *a64asm, 656 void dataTransferLDMSTM(ARMAssemblerInterface *a64asm) 662 uint32_t Rn = ARMAssemblerInterface::SP; 681 a64asm->STM(AL,ARMAssemblerInterface::DB,Rn,1,patterns[i]); 687 a64asm->LDM(AL,ARMAssemblerInterface::IA,Rn,1,patterns[i]); [all...] |
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
mips64_assembler_test.cpp | 43 #include "codeflinger/ARMAssemblerInterface.h" 473 void dataTransferTest(dataTransferTest_t test, ARMAssemblerInterface *a64asm,
|