Home | History | Annotate | Download | only in arm

Lines Matching refs:cur_pc

1197         /* cur_pc is Thumb */
1198 uintptr_t cur_pc = (start_addr + lir->offset + 4) & ~3;
1202 if (cur_pc & 0x2) {
1205 int delta = target - cur_pc;
1212 /* Both cur_pc and target are Thumb */
1213 uintptr_t cur_pc = start_addr + lir->offset + 4;
1216 int delta = target - cur_pc;