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

  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 484 Bool toFastEP; /* chain to the slow or fast point? */
707 AMD64CondCode cond, Bool toFastEP );
host_arm64_defs.h 710 Bool toFastEP; /* chain to the slow or fast point? */
1044 ARM64CondCode cond, Bool toFastEP );
    [all...]
host_arm_defs.h 699 Bool toFastEP; /* chain to the slow or fast point? */
973 ARMCondCode cond, Bool toFastEP );
host_mips_defs.h 488 Bool toFastEP; /* chain to the slow or fast point? */
657 MIPSCondCode cond, Bool toFastEP );
host_x86_defs.h 462 Bool toFastEP; /* chain to the slow or fast point? */
670 X86CondCode cond, Bool toFastEP );
host_ppc_defs.h 656 Bool toFastEP; /* chain to the slow or fast point? */
1036 PPCCondCode cond, Bool toFastEP );
    [all...]
host_arm64_isel.c     [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
host_amd64_defs.c 710 AMD64CondCode cond, Bool toFastEP ) {
716 i->Ain.XDirect.toFastEP = toFastEP;
    [all...]
host_arm64_defs.c     [all...]
host_mips_defs.c 1329 MIPSCondCode cond, Bool toFastEP ) {
1335 i->Min.XDirect.toFastEP = toFastEP;
    [all...]
host_x86_defs.c 654 X86CondCode cond, Bool toFastEP ) {
660 i->Xin.XDirect.toFastEP = toFastEP;
1002 i->Xin.XDirect.toFastEP ? "fast" : "slow");
    [all...]
host_amd64_isel.c     [all...]
host_arm_defs.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
host_ppc_defs.c 887 PPCCondCode cond, Bool toFastEP ) {
893 i->Pin.XDirect.toFastEP = toFastEP;
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 755 milliseconds