Home
last modified time | relevance | path

Searched refs:mMips (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp99 mMips = new MIPSAssembler(assembly, this); in ArmToMipsAssembler()
106 delete mMips; in ~ArmToMipsAssembler()
112 return mMips->pc(); in pc()
117 return mMips->base(); in base()
124 mMips->reset(); in reset()
134 mMips->comment(string); in comment()
139 mMips->label(theLabel); in label()
144 mMips->disassemble(name); in disassemble()
166 mMips->ADDIU(R_sp, R_sp, -(5 * 4)); in prolog()
167 mMips->SW(R_s0, R_sp, 0); in prolog()
[all …]
DMIPSAssembler.h186 MIPSAssembler* mMips; variable