Lines Matching refs:bt
1087 // as defined by the codes BB, BT, TB, TT (compressed param xy)
1146 // as defined by the codes BB, BT, TB, TT (compressed param xy)
1393 const branch_target_t& bt = mBranchTargets[count];
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;