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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp167 const branch_target_t& bt = mBranchTargets[count]; local
168 uint32_t* target_pc = mLabels.valueFor(bt.label);
171 int32_t offset = int32_t(target_pc - (bt.pc+2));
172 *bt.pc |= offset & 0xFFFFFF;

Completed in 368 milliseconds