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

/external/valgrind/VEX/priv/
H A Dhost_generic_reg_alloc2.c1400 HInstr* reload1 = NULL; local
1402 (*genReload)( &reload1, &reload2, univ->regs[k],
1404 vassert(reload1 || reload2); /* can't both be NULL */
1405 if (reload1)
1406 EMIT_INSTR(reload1);
1511 HInstr* reload1 = NULL; local
1513 (*genReload)( &reload1, &reload2, univ->regs[spillee],
1515 vassert(reload1 || reload2); /* can't both be NULL */
1516 if (reload1)
1517 EMIT_INSTR(reload1);
[all...]

Completed in 56 milliseconds