HomeSort by relevance Sort by last modified time
    Searched refs:amRIP (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 478 AMD64AMode* amRIP; /* amode in guest state for RIP */
486 AMD64AMode* amRIP;
493 AMD64AMode* amRIP;
702 extern AMD64Instr* AMD64Instr_XDirect ( Addr64 dstGA, AMD64AMode* amRIP,
704 extern AMD64Instr* AMD64Instr_XIndir ( HReg dstGA, AMD64AMode* amRIP,
706 extern AMD64Instr* AMD64Instr_XAssisted ( HReg dstGA, AMD64AMode* amRIP,
host_amd64_defs.c 706 AMD64Instr* AMD64Instr_XDirect ( Addr64 dstGA, AMD64AMode* amRIP,
711 i->Ain.XDirect.amRIP = amRIP;
716 AMD64Instr* AMD64Instr_XIndir ( HReg dstGA, AMD64AMode* amRIP,
721 i->Ain.XIndir.amRIP = amRIP;
725 AMD64Instr* AMD64Instr_XAssisted ( HReg dstGA, AMD64AMode* amRIP,
730 i->Ain.XAssisted.amRIP = amRIP;
    [all...]
host_amd64_isel.c     [all...]

Completed in 72 milliseconds