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

  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 710 i->Ain.XDirect.dstGA = dstGA;
711 i->Ain.XDirect.amRIP = amRIP;
712 i->Ain.XDirect.cond = cond;
713 i->Ain.XDirect.toFastEP = toFastEP;
    [all...]
host_ppc_defs.c 858 i->Pin.XDirect.dstGA = dstGA;
859 i->Pin.XDirect.amCIA = amCIA;
860 i->Pin.XDirect.cond = cond;
861 i->Pin.XDirect.toFastEP = toFastEP;
    [all...]
host_mips_defs.c 1253 i->Min.XDirect.dstGA = dstGA;
1254 i->Min.XDirect.amPC = amPC;
1255 i->Min.XDirect.cond = cond;
1256 i->Min.XDirect.toFastEP = toFastEP;
    [all...]
host_x86_defs.c 654 i->Xin.XDirect.dstGA = dstGA;
655 i->Xin.XDirect.amEIP = amEIP;
656 i->Xin.XDirect.cond = cond;
657 i->Xin.XDirect.toFastEP = toFastEP;
990 vex_printf("(xDirect) ");
992 showX86CondCode(i->Xin.XDirect.cond));
993 vex_printf("movl $0x%x,", i->Xin.XDirect.dstGA);
994 ppX86AMode(i->Xin.XDirect.amEIP);
997 i->Xin.XDirect.toFastEP ? "fast" : "slow");
    [all...]
host_arm_defs.c     [all...]
host_amd64_defs.h 481 } XDirect;
783 /* Perform a chaining and unchaining of an XDirect jump. */
host_arm_defs.h 694 } XDirect;
1048 /* Perform a chaining and unchaining of an XDirect jump. */
host_mips_defs.h 501 } XDirect;
733 /* Perform a chaining and unchaining of an XDirect jump. */
host_x86_defs.h 459 } XDirect;
746 /* Perform a chaining and unchaining of an XDirect jump. */
host_ppc_defs.h 624 } XDirect;
    [all...]

Completed in 41 milliseconds