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

  /external/valgrind/VEX/priv/
host_tilegx_isel.c     [all...]
host_amd64_defs.h 484 Bool toFastEP; /* chain to the slow or fast point? */
723 AMD64CondCode cond, Bool toFastEP );
host_tilegx_defs.h 418 Bool toFastEP; /* chain to the slow or fast point? */
504 TILEGXCondCode cond, Bool toFastEP );
host_x86_defs.h 465 Bool toFastEP; /* chain to the slow or fast point? */
673 X86CondCode cond, Bool toFastEP );
host_arm64_defs.h 610 Bool toFastEP; /* chain to the slow or fast point? */
896 ARM64CondCode cond, Bool toFastEP );
    [all...]
host_arm_defs.h 702 Bool toFastEP; /* chain to the slow or fast point? */
976 ARMCondCode cond, Bool toFastEP );
    [all...]
host_mips_defs.h 461 Bool toFastEP; /* chain to the slow or fast point? */
639 MIPSCondCode cond, Bool toFastEP );
host_tilegx_defs.c 299 instr->GXin.XDirect.toFastEP ? "fast" : "slow");
833 TILEGXCondCode cond, Bool toFastEP )
840 i->GXin.XDirect.toFastEP = toFastEP;
    [all...]
host_ppc_defs.h 626 Bool toFastEP; /* chain to the slow or fast point? */
1011 PPCCondCode cond, Bool toFastEP );
    [all...]
host_arm64_isel.c     [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
host_amd64_defs.c 691 AMD64CondCode cond, Bool toFastEP ) {
697 i->Ain.XDirect.toFastEP = toFastEP;
    [all...]
host_mips_defs.c 907 MIPSCondCode cond, Bool toFastEP ) {
913 i->Min.XDirect.toFastEP = toFastEP;
    [all...]
host_x86_defs.c 653 X86CondCode cond, Bool toFastEP ) {
659 i->Xin.XDirect.toFastEP = toFastEP;
1001 i->Xin.XDirect.toFastEP ? "fast" : "slow");
    [all...]
host_amd64_isel.c     [all...]
host_arm_defs.c     [all...]
host_ppc_isel.c     [all...]
host_arm64_defs.c     [all...]
host_arm_isel.c     [all...]
host_ppc_defs.c 807 PPCCondCode cond, Bool toFastEP ) {
813 i->Pin.XDirect.toFastEP = toFastEP;
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 366 milliseconds