Home
last modified time | relevance | path

Searched refs:reload1 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c1332 HInstr* reload1 = NULL; in doRegisterAllocation() local
1334 (*genReload)( &reload1, &reload2, rreg_state[k].rreg, in doRegisterAllocation()
1336 vassert(reload1 || reload2); /* can't both be NULL */ in doRegisterAllocation()
1337 if (reload1) in doRegisterAllocation()
1338 EMIT_INSTR(reload1); in doRegisterAllocation()
1441 HInstr* reload1 = NULL; in doRegisterAllocation() local
1443 (*genReload)( &reload1, &reload2, rreg_state[spillee].rreg, in doRegisterAllocation()
1445 vassert(reload1 || reload2); /* can't both be NULL */ in doRegisterAllocation()
1446 if (reload1) in doRegisterAllocation()
1447 EMIT_INSTR(reload1); in doRegisterAllocation()