OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMAssemblerInterface
(Results
1 - 11
of
11
) sorted by null
/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)
ARMAssemblerProxy.h
25
#include "
ARMAssemblerInterface
.h"
31
class ARMAssemblerProxy : public
ARMAssemblerInterface
37
ARMAssemblerProxy(
ARMAssemblerInterface
* target);
40
void setTarget(
ARMAssemblerInterface
* target);
150
ARMAssemblerInterface
* mTarget;
GGLAssembler.cpp
33
GGLAssembler::GGLAssembler(
ARMAssemblerInterface
* target)
[
all
...]
GGLAssembler.h
127
Spill(RegisterFile& regFile,
ARMAssemblerInterface
& gen, uint32_t reglist)
159
ARMAssemblerInterface
& mGen;
174
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
...
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
...]
ARMAssembler.cpp
46
:
ARMAssemblerInterface
(),
MIPSAssembler.h
28
#include "
ARMAssemblerInterface
.h"
38
class ArmToMipsAssembler : public
ARMAssemblerInterface
/system/core/libpixelflinger/
Android.mk
10
codeflinger/
ARMAssemblerInterface
.cpp \
Completed in 319 milliseconds