Home | History | Annotate | Download | only in switchback

Lines Matching refs:real_dst

596             Elf_Word real_dst = (A & 0x00FFFFFF) + 2;
597 // sign-extend 24-to-32 of real_dst
598 if (real_dst & 0x00800000)
599 real_dst |= 0xFF000000;
601 real_dst &= 0x00FFFFFF;
603 real_dst <<= 2;
604 real_dst += S;
606 gen_armle_goto(fixup, (char*)real_dst);