Searched defs:toFastEP (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_arm_isel.c6377 Bool toFastEP local
6379 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
6381 amR15T, cc, toFastEP));
6449 Bool toFastEP local
6451 if (0) vex_printf("%s", toFastEP ? "X" : ".");
6454 toFastEP));
H A Dhost_mips_isel.c4004 Bool toFastEP local
4008 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
4012 amPC, cc, toFastEP));
4088 Bool toFastEP local
4092 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4096 amPC, MIPScc_AL, toFastEP));
H A Dhost_amd64_defs.h486 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon28117::__anon28118::__anon28131
735 AMD64CondCode cond, Bool toFastEP );
H A Dhost_amd64_isel.c4775 Bool toFastEP local
4777 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
4779 amRIP, cc, toFastEP));
4850 Bool toFastEP local
4852 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4855 toFastEP));
H A Dhost_arm64_isel.c3960 Bool toFastEP local
3962 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
3964 amPC, cc, toFastEP));
4033 Bool toFastEP local
4035 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4038 toFastEP));
H A Dhost_mips_defs.h464 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon28398::__anon28399::__anon28408
642 MIPSCondCode cond, Bool toFastEP );
H A Dhost_x86_defs.h465 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon28630::__anon28631::__anon28643
673 X86CondCode cond, Bool toFastEP );
H A Dhost_x86_isel.c4262 Bool toFastEP local
4264 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
4266 amEIP, cc, toFastEP));
4343 Bool toFastEP local
4345 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4348 toFastEP));
H A Dhost_arm_defs.h705 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon28310::__anon28311::__anon28322
1002 ARMCondCode cond, Bool toFastEP );
H A Dhost_ppc_isel.c6660 Bool toFastEP local
6664 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
6668 amCIA, cc, toFastEP));
6744 Bool toFastEP local
6748 if (0) vex_printf("%s", toFastEP ? "X" : ".");
6752 amCIA, always, toFastEP));
H A Dhost_arm64_defs.h612 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon28205::__anon28206::__anon28219
927 ARM64CondCode cond, Bool toFastEP );
H A Dhost_ppc_defs.h690 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon28460::__anon28461::__anon28471
1097 PPCCondCode cond, Bool toFastEP );

Completed in 245 milliseconds