Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:guest_PC

2049    arch->vex.guest_PC -= 4;             // sizeof(arm64 instr)
2057 UChar *p = (UChar *)arch->vex.guest_PC;
2063 arch->vex.guest_PC + 0ULL, p[0], p[1], p[2], p[3]
2117 arch->vex.guest_PC -= 4; // sizeof(mips instr)
2127 UChar *p = (UChar *)(arch->vex.guest_PC);
2132 (ULong)arch->vex.guest_PC, p[0], p[1], p[2], p[3]);
2139 (ULong)arch->vex.guest_PC, p[0], p[1], p[2], p[3]);