Lines Matching defs:pc
60 uint32_t* ARMAssembler::pc() const
91 size_t count = pc()-base();
149 uint32_t* pc = mPC;
152 mPC = pc;
158 uint32_t* pc = mPC;
161 mPC = pc;
176 int32_t offset = int32_t(target_pc - (bt.pc+2));
177 *bt.pc |= offset & 0xFFFFFF;
180 mAssembly->resize( int(pc()-base())*4 );
185 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
197 printf(format, name, int(pc()-base()), base(), pc(), duration);
276 void ARMAssembler::B(int cc, uint32_t* pc)
278 int32_t offset = int32_t(pc - (mPC+2));
282 void ARMAssembler::BL(int cc, uint32_t* pc)
284 int32_t offset = int32_t(pc - (mPC+2));