Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp60 mInum(0), in ArmToMips64Assembler()
71 mInum(0), in ArmToMips64Assembler()
98 mInum = 0; in reset()
139 mArmPC[mInum++] = pc(); // save starting PC for this instr in prolog()
152 mArmPC[mInum++] = pc(); // save starting PC for this instr in epilog()
402 mArmPC[mInum++] = pc(); // save starting PC for this instr in dataProcessing()
598 mArmPC[mInum++] = pc(); // save starting PC for this instr in MLA()
610 mArmPC[mInum++] = pc(); in MUL()
620 mArmPC[mInum++] = pc(); in UMULL()
637 mArmPC[mInum++] = pc(); in UMUAL()
[all …]
DMIPSAssembler.cpp94 mInum(0), in ArmToMipsAssembler()
121 mInum = 0; in reset()
162 mArmPC[mInum++] = pc(); // save starting PC for this instr in prolog()
175 mArmPC[mInum++] = pc(); // save starting PC for this instr in epilog()
423 mArmPC[mInum++] = pc(); // save starting PC for this instr in dataProcessing()
610 mArmPC[mInum++] = pc(); // save starting PC for this instr in MLA()
622 mArmPC[mInum++] = pc(); in MUL()
632 mArmPC[mInum++] = pc(); in UMULL()
649 mArmPC[mInum++] = pc(); in UMUAL()
665 mArmPC[mInum++] = pc(); in SMULL()
[all …]
DMIPS64Assembler.h180 int mInum; // current arm instuction number (0..n) variable
DMIPSAssembler.h169 int mInum; // current arm instuction number (0..n) variable