HomeSort by relevance Sort by last modified time
    Searched full:xindir (Results 1 - 18 of 18) sorted by null

  /external/valgrind/docs/internals/
t-chaining-notes.txt 75 control-transfer instructions: XDirect, XIndir and XAssisted.
112 * new instructions in backends: XDirect, XIndir and XAssisted.
117 XIndir is used for indirect jumps. It is compiled into a jump
  /external/valgrind/VEX/priv/
host_tilegx_defs.c 163 "XIndir ",
302 vex_printf("(xIndir) ");
304 showTILEGXCondCode(instr->GXin.XIndir.cond));
305 ppHRegTILEGX(instr->GXin.XIndir.dstGA);
307 ppTILEGXAMode(instr->GXin.XIndir.amPC);
849 i->GXin.XIndir.dstGA = dstGA;
850 i->GXin.XIndir.amPC = amPC;
851 i->GXin.XIndir.cond = cond;
1037 addHRegUse(u, HRmRead, i->GXin.XIndir.dstGA);
1038 addRegUsage_TILEGXAMode(u, i->GXin.XIndir.amPC)
    [all...]
host_mips_defs.c 921 i->Min.XIndir.dstGA = dstGA;
922 i->Min.XIndir.amPC = amPC;
923 i->Min.XIndir.cond = cond;
    [all...]
host_x86_defs.c 666 i->Xin.XIndir.dstGA = dstGA;
667 i->Xin.XIndir.amEIP = amEIP;
668 i->Xin.XIndir.cond = cond;
1004 vex_printf("(xIndir) ");
1006 showX86CondCode(i->Xin.XIndir.cond));
1007 ppHRegX86(i->Xin.XIndir.dstGA);
1009 ppX86AMode(i->Xin.XIndir.amEIP);
    [all...]
host_amd64_defs.c 704 i->Ain.XIndir.dstGA = dstGA;
705 i->Ain.XIndir.amRIP = amRIP;
706 i->Ain.XIndir.cond = cond;
    [all...]
host_arm_defs.c     [all...]
host_ppc_defs.c 820 i->Pin.XIndir.dstGA = dstGA;
821 i->Pin.XIndir.amCIA = amCIA;
822 i->Pin.XIndir.cond = cond;
    [all...]
host_arm64_defs.c     [all...]
host_s390_defs.c 833 addHRegUse(u, HRmRead, insn->variant.xindir.dst);
834 s390_amode_get_reg_usage(u, insn->variant.xindir.guest_IA);
    [all...]
host_amd64_defs.h 492 } XIndir;
host_arm64_defs.h 618 } XIndir;
    [all...]
host_mips_defs.h 469 } XIndir;
host_s390_defs.h 599 } xindir; member in union:__anon19801::__anon19802
host_tilegx_defs.h 427 } XIndir;
host_x86_defs.h 473 } XIndir;
host_arm_defs.h 710 } XIndir;
    [all...]
host_ppc_defs.h 634 } XIndir;
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 861 /* Futz with the XIndir stats counters. */
    [all...]

Completed in 438 milliseconds