HomeSort by relevance Sort by last modified time
    Searched refs:ARMAssemblerInterface (Results 1 - 9 of 9) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 1 /* libs/pixelflinger/codeflinger/ARMAssemblerInterface.cpp
25 #include "codeflinger/ARMAssemblerInterface.h"
31 ARMAssemblerInterface::~ARMAssemblerInterface()
35 int ARMAssemblerInterface::buildImmediate(
66 bool ARMAssemblerInterface::isValidImmediate(uint32_t immediate)
72 uint32_t ARMAssemblerInterface::imm(uint32_t immediate)
88 uint32_t ARMAssemblerInterface::reg_imm(int Rm, int type, uint32_t shift)
93 uint32_t ARMAssemblerInterface::reg_rrx(int Rm)
98 uint32_t ARMAssemblerInterface::reg_reg(int Rm, int type, int Rs
    [all...]
ARMAssemblerProxy.h 25 #include "codeflinger/ARMAssemblerInterface.h"
31 class ARMAssemblerProxy : public ARMAssemblerInterface
37 ARMAssemblerProxy(ARMAssemblerInterface* target);
40 void setTarget(ARMAssemblerInterface* target);
121 ARMAssemblerInterface* mTarget;
ARMAssembler.h 29 #include "codeflinger/ARMAssemblerInterface.h"
36 class ARMAssembler : public ARMAssemblerInterface
49 // ARMAssemblerInterface...
ARMAssemblerProxy.cpp 33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target)
43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target)
GGLAssembler.h 123 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist)
155 ARMAssemblerInterface& mGen;
170 GGLAssembler(ARMAssemblerInterface* target);
GGLAssembler.cpp 33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target)
    [all...]
ARMAssemblerInterface.h 1 /* libs/pixelflinger/codeflinger/ARMAssemblerInterface.h
29 class ARMAssemblerInterface
32 virtual ~ARMAssemblerInterface();
ARMAssembler.cpp 46 : ARMAssemblerInterface(),
  /system/core/libpixelflinger/
Android.mk 10 codeflinger/ARMAssemblerInterface.cpp \

Completed in 69 milliseconds