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 482 AMD64AMode* amRIP; /* amode in guest state for RIP */
490 AMD64AMode* amRIP;
497 AMD64AMode* amRIP;
706 extern AMD64Instr* AMD64Instr_XDirect ( Addr64 dstGA, AMD64AMode* amRIP,
708 extern AMD64Instr* AMD64Instr_XIndir ( HReg dstGA, AMD64AMode* amRIP,
710 extern AMD64Instr* AMD64Instr_XAssisted ( HReg dstGA, AMD64AMode* amRIP,
host_amd64_defs.c 709 AMD64Instr* AMD64Instr_XDirect ( Addr64 dstGA, AMD64AMode* amRIP,
714 i->Ain.XDirect.amRIP = amRIP;
719 AMD64Instr* AMD64Instr_XIndir ( HReg dstGA, AMD64AMode* amRIP,
724 i->Ain.XIndir.amRIP = amRIP;
728 AMD64Instr* AMD64Instr_XAssisted ( HReg dstGA, AMD64AMode* amRIP,
733 i->Ain.XAssisted.amRIP = amRIP;
    [all...]
host_amd64_isel.c     [all...]

Completed in 106 milliseconds