Searched refs:bt (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp172 const branch_target_t& bt = mBranchTargets[count]; local
173 uint32_t* target_pc = mLabels.valueFor(bt.label);
176 int32_t offset = int32_t(target_pc - (bt.pc+2));
177 *bt.pc |= offset & 0xFFFFFF;
H A DMIPSAssembler.cpp1393 const branch_target_t& bt = mBranchTargets[count]; local
1394 uint32_t* target_pc = mLabels.valueFor(bt.label);
1397 int32_t offset = int32_t(target_pc - (bt.pc+1));
1398 *bt.pc |= offset & 0x00FFFF;

Completed in 53 milliseconds