Lines Matching defs:rip
204 /* For ensuring that %rip-relative addressing is done right. A read
205 of %rip generates the address of the next instruction. It may be
207 checking, if the next insn %rip is needed, we make a guess at what
2440 by the caller. This is needed to make sense of %rip-relative
2528 DIS(buf, "%s%lld(%%rip)", segRegTxt(pfx), d);
4621 Int sz, Addr64 rip, Addr64 rip_next, const HChar* name,
4654 jmp_lit(dres, Ijk_Boring, rip);
4659 IRConst_U64(rip),
4715 /* IMUL I * E -> G. Supplied rip points to the modR/M byte. */
32190 /* If disInstr_AMD64_WRK tried to figure out the next rip, check it
32196 vex_printf("assumed next %%rip = 0x%llx\n",
32198 vex_printf(" actual next %%rip = 0x%llx\n",
32200 vpanic("disInstr_AMD64: disInstr miscalculated next %rip");