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

  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 729 i->Ain.XAssisted.dstGA = dstGA;
730 i->Ain.XAssisted.amRIP = amRIP;
731 i->Ain.XAssisted.cond = cond;
732 i->Ain.XAssisted.jk = jk;
    [all...]
host_mips_defs.c 1274 i->Min.XAssisted.dstGA = dstGA;
1275 i->Min.XAssisted.amPC = amPC;
1276 i->Min.XAssisted.cond = cond;
1277 i->Min.XAssisted.jk = jk;
    [all...]
host_x86_defs.c 673 i->Xin.XAssisted.dstGA = dstGA;
674 i->Xin.XAssisted.amEIP = amEIP;
675 i->Xin.XAssisted.cond = cond;
676 i->Xin.XAssisted.jk = jk;
1009 vex_printf("(xAssisted) ");
1011 showX86CondCode(i->Xin.XAssisted.cond));
1013 ppHRegX86(i->Xin.XAssisted.dstGA);
1015 ppX86AMode(i->Xin.XAssisted.amEIP);
1017 (Int)i->Xin.XAssisted.jk);
    [all...]
host_arm_defs.c     [all...]
host_ppc_defs.c 877 i->Pin.XAssisted.dstGA = dstGA;
878 i->Pin.XAssisted.amCIA = amCIA;
879 i->Pin.XAssisted.cond = cond;
880 i->Pin.XAssisted.jk = jk;
    [all...]
host_amd64_defs.h 496 } XAssisted;
host_arm_defs.h 709 } XAssisted;
host_mips_defs.h 516 } XAssisted;
host_x86_defs.h 474 } XAssisted;
host_ppc_defs.h 639 } XAssisted;
    [all...]

Completed in 150 milliseconds