Home | History | Annotate | Download | only in switchback

Lines Matching full:real_dst

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