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

  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 713 i->Ain.XDirect.dstGA = dstGA;
714 i->Ain.XDirect.amRIP = amRIP;
715 i->Ain.XDirect.cond = cond;
716 i->Ain.XDirect.toFastEP = toFastEP;
    [all...]
host_arm64_defs.c     [all...]
host_mips_defs.c 1332 i->Min.XDirect.dstGA = dstGA;
1333 i->Min.XDirect.amPC = amPC;
1334 i->Min.XDirect.cond = cond;
1335 i->Min.XDirect.toFastEP = toFastEP;
    [all...]
host_x86_defs.c 657 i->Xin.XDirect.dstGA = dstGA;
658 i->Xin.XDirect.amEIP = amEIP;
659 i->Xin.XDirect.cond = cond;
660 i->Xin.XDirect.toFastEP = toFastEP;
995 vex_printf("(xDirect) ");
997 showX86CondCode(i->Xin.XDirect.cond));
998 vex_printf("movl $0x%x,", i->Xin.XDirect.dstGA);
999 ppX86AMode(i->Xin.XDirect.amEIP);
1002 i->Xin.XDirect.toFastEP ? "fast" : "slow");
    [all...]
host_arm_defs.c     [all...]
host_ppc_defs.c 890 i->Pin.XDirect.dstGA = dstGA;
891 i->Pin.XDirect.amCIA = amCIA;
892 i->Pin.XDirect.cond = cond;
893 i->Pin.XDirect.toFastEP = toFastEP;
    [all...]
host_amd64_defs.h 485 } XDirect;
787 /* Perform a chaining and unchaining of an XDirect jump. */
host_arm64_defs.h 711 } XDirect;
    [all...]
host_arm_defs.h 700 } XDirect;
1056 /* Perform a chaining and unchaining of an XDirect jump. */
host_mips_defs.h 489 } XDirect;
736 /* Perform a chaining and unchaining of an XDirect jump. */
host_x86_defs.h 463 } XDirect;
750 /* Perform a chaining and unchaining of an XDirect jump. */
host_ppc_defs.h 657 } XDirect;
    [all...]

Completed in 1127 milliseconds