HomeSort by relevance Sort by last modified time
    Searched refs:mPC (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 49 mBase = mPC = (uint32_t *)assembly->base();
62 return mPC;
72 mBase = mPC = (uint32_t *)mAssembly->base();
110 mComments.add(mPC, string);
115 mLabels.add(theLabel, mPC);
116 mLabelsInverseMapping.add(mPC, theLabel);
121 mBranchTargets.add(branch_target_t(label, mPC));
122 *mPC++ = (cc<<28) | (0xA<<24) | 0;
127 mBranchTargets.add(branch_target_t(label, mPC));
128 *mPC++ = (cc<<28) | (0xB<<24) | 0
    [all...]
MIPSAssembler.cpp 653 // *mPC++ = (cc<<28) | (1<<23) | (1<<21) | (s<<20) |
669 // *mPC++ = (cc<<28) | (1<<23) | (1<<22) | (s<<20) |
684 // *mPC++ = (cc<<28) | (1<<23) | (1<<22) | (1<<21) | (s<<20) |
978 // *mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) |
990 // *mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) |
1006 // *mPC++ = (cc<<28) | (2<<23) | (Rn<<16) | (Rd << 12) | 0x90 | Rm;
1013 // *mPC++ = (cc<<28) | (2<<23) | (1<<22) | (Rn<<16) | (Rd << 12) | 0x90 | Rm;
1020 // *mPC++ = (cc<<28) | (0xF<<24) | comment;
1036 // *mPC++ = 0xF550F000 | (Rn<<16) | offset;
1050 // *mPC++ = (cc<<28) | 0x1000050 | (Rn<<16) | (Rd<<12) | Rm
    [all...]
ARMAssembler.h 167 uint32_t* mPC;
MIPSAssembler.h 409 uint32_t* mPC;

Completed in 137 milliseconds