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

/external/valgrind/main/VEX/priv/
H A Dir_opt.c4480 static void considerExpensives ( /*OUT*/Bool* hasGetIorPutI, argument
4489 *hasGetIorPutI = False;
4500 *hasGetIorPutI = True;
4504 *hasGetIorPutI = True;
4582 Bool hasGetIorPutI, hasVorFtemps; local
4621 considerExpensives( &hasGetIorPutI, &hasVorFtemps, bb );
4623 if (hasVorFtemps && !hasGetIorPutI) {
4626 rounding modes. Don't bother if hasGetIorPutI since that
4633 if (hasGetIorPutI) {
4652 if (hasGetIorPutI) {
[all...]

Completed in 46 milliseconds