Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp63 mMips = new MIPS64Assembler(assembly, this); in ArmToMips64Assembler()
74 mMips = new MIPS64Assembler(assembly, this); in ArmToMips64Assembler()
81 delete mMips; in ~ArmToMips64Assembler()
87 return mMips->pc(); in pc()
92 return mMips->base(); in base()
99 mMips->reset(); in reset()
109 mMips->comment(string); in comment()
114 mMips->label(theLabel); in label()
119 mMips->disassemble(name); in disassemble()
141 mMips->DADDIU(R_sp, R_sp, -(5 * 8)); in prolog()
[all …]
DMIPSAssembler.cpp97 mMips = new MIPSAssembler(assembly, this); in ArmToMipsAssembler()
104 delete mMips; in ~ArmToMipsAssembler()
110 return mMips->pc(); in pc()
115 return mMips->base(); in base()
122 mMips->reset(); in reset()
132 mMips->comment(string); in comment()
137 mMips->label(theLabel); in label()
142 mMips->disassemble(name); in disassemble()
164 mMips->ADDIU(R_sp, R_sp, -(5 * 4)); in prolog()
165 mMips->SW(R_s0, R_sp, 0); in prolog()
[all …]
DMIPS64Assembler.h197 MIPS64Assembler* mMips; variable
DMIPSAssembler.h186 MIPSAssembler* mMips; variable