Home
last modified time | relevance | path

Searched refs:MIPSAssembler (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp99 mMips = new MIPSAssembler(assembly, this); in ArmToMipsAssembler()
1251 MIPSAssembler::MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent) in MIPSAssembler() function in android::MIPSAssembler
1259 MIPSAssembler::~MIPSAssembler() in ~MIPSAssembler()
1264 uint32_t* MIPSAssembler::pc() const in pc()
1269 uint32_t* MIPSAssembler::base() const in base()
1274 void MIPSAssembler::reset() in reset()
1287 void MIPSAssembler::string_detab(char *s) in string_detab()
1310 void MIPSAssembler::string_pad(char *s, int padded_len) in string_pad()
1322 void MIPSAssembler::disassemble(const char* name) in disassemble()
1366 void MIPSAssembler::comment(const char* string) in comment()
[all …]
DMIPSAssembler.h33 class MIPSAssembler; // forward reference variable
186 MIPSAssembler* mMips;
241 class MIPSAssembler
244 MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent);
245 virtual ~MIPSAssembler();
/system/core/libpixelflinger/
DAndroid.mk47 PIXELFLINGER_SRC_FILES += codeflinger/MIPSAssembler.cpp