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

  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 480 Bool toFastEP; /* chain to the slow or fast point? */
703 AMD64CondCode cond, Bool toFastEP );
host_arm_defs.h 693 Bool toFastEP; /* chain to the slow or fast point? */
965 ARMCondCode cond, Bool toFastEP );
host_mips_defs.h 500 Bool toFastEP; /* chain to the slow or fast point? */
657 MIPSCondCode cond, Bool toFastEP);
host_x86_defs.h 458 Bool toFastEP; /* chain to the slow or fast point? */
666 X86CondCode cond, Bool toFastEP );
host_ppc_defs.h 623 Bool toFastEP; /* chain to the slow or fast point? */
972 PPCCondCode cond, Bool toFastEP );
    [all...]
host_mips_isel.c     [all...]
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]
host_amd64_defs.c 707 AMD64CondCode cond, Bool toFastEP ) {
713 i->Ain.XDirect.toFastEP = toFastEP;
    [all...]
host_mips_defs.c 1250 MIPSCondCode cond, Bool toFastEP ) {
1256 i->Min.XDirect.toFastEP = toFastEP;
    [all...]
host_x86_defs.c 651 X86CondCode cond, Bool toFastEP ) {
657 i->Xin.XDirect.toFastEP = toFastEP;
997 i->Xin.XDirect.toFastEP ? "fast" : "slow");
    [all...]
host_arm_defs.c     [all...]
host_ppc_defs.c 855 PPCCondCode cond, Bool toFastEP ) {
861 i->Pin.XDirect.toFastEP = toFastEP;
    [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 581 milliseconds