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

/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c6834 Bool toFastEP local
6836 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
6838 amPC, cc, toFastEP));
6906 Bool toFastEP local
6908 if (0) vex_printf("%s", toFastEP ? "X" : ".");
6911 toFastEP));
H A Dhost_arm_isel.c6174 Bool toFastEP local
6176 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
6178 amR15T, cc, toFastEP));
6246 Bool toFastEP local
6248 if (0) vex_printf("%s", toFastEP ? "X" : ".");
6251 toFastEP));
H A Dhost_mips_defs.h488 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon31055::__anon31056::__anon31065
657 MIPSCondCode cond, Bool toFastEP );
H A Dhost_mips_isel.c3972 Bool toFastEP local
3976 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
3980 amPC, cc, toFastEP));
4055 Bool toFastEP local
4059 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4063 amPC, MIPScc_AL, toFastEP));
H A Dhost_amd64_defs.h484 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon30799::__anon30800::__anon30813
707 AMD64CondCode cond, Bool toFastEP );
H A Dhost_amd64_isel.c4707 Bool toFastEP local
4709 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
4711 amRIP, cc, toFastEP));
4781 Bool toFastEP local
4783 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4786 toFastEP));
H A Dhost_arm64_defs.h710 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon30881::__anon30882::__anon30895
1044 ARM64CondCode cond, Bool toFastEP );
H A Dhost_ppc_isel.c5735 Bool toFastEP local
5739 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
5743 amCIA, cc, toFastEP));
5816 Bool toFastEP local
5820 if (0) vex_printf("%s", toFastEP ? "X" : ".");
5824 amCIA, always, toFastEP));
H A Dhost_x86_defs.h462 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon31281::__anon31282::__anon31294
670 X86CondCode cond, Bool toFastEP );
H A Dhost_x86_isel.c4260 Bool toFastEP local
4262 if (0) vex_printf("%s", toFastEP ? "Y" : ",");
4264 amEIP, cc, toFastEP));
4339 Bool toFastEP local
4341 if (0) vex_printf("%s", toFastEP ? "X" : ".");
4344 toFastEP));
H A Dhost_arm_defs.h699 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon30972::__anon30973::__anon30984
973 ARMCondCode cond, Bool toFastEP );
H A Dhost_ppc_defs.h656 Bool toFastEP; /* chain to the slow or fast point? */ member in struct:__anon31116::__anon31117::__anon31127
1036 PPCCondCode cond, Bool toFastEP );

Completed in 203 milliseconds