Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp64 mArmPC = (uint32_t **) malloc(ARM_MAX_INSTUCTIONS * sizeof(uint32_t *)); in ArmToMips64Assembler()
75 mArmPC = (uint32_t **) malloc(ARM_MAX_INSTUCTIONS * sizeof(uint32_t *)); in ArmToMips64Assembler()
82 free((void *) mArmPC); in ~ArmToMips64Assembler()
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.cpp98 mArmPC = (uint32_t **) malloc(ARM_MAX_INSTUCTIONS * sizeof(uint32_t *)); in ArmToMipsAssembler()
105 free((void *) mArmPC); in ~ArmToMipsAssembler()
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.h181 uint32_t** mArmPC; // array: PC for 1st mips instr of variable
DMIPSAssembler.h170 uint32_t** mArmPC; // array: PC for 1st mips instr of variable