Lines Matching refs:index2
108 int target, index2; in processBranch() local
156 index2 = (index & ~3) + 4; in processBranch()
157 target = index + ci.s32bitAt(index2); in processBranch()
160 int npairs = ci.s32bitAt(index2 + 4); in processBranch()
161 index2 += 12; in processBranch()
163 target = index + ci.s32bitAt(index2); in processBranch()
166 index2 += 8; in processBranch()
170 int low = ci.s32bitAt(index2 + 4); in processBranch()
171 int high = ci.s32bitAt(index2 + 8); in processBranch()
173 index2 += 12; in processBranch()
175 target = index + ci.s32bitAt(index2); in processBranch()
178 index2 += 4; in processBranch()