Searched refs:r_dstHi (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c2890 HReg r_dstHi = newVRegI(env); local
2901 addInstr(env, PPCInstr_Load( 4, r_dstHi,
2905 *rHi = r_dstHi;
3895 HReg r_srcHi, r_srcLo, r_dstHi, r_dstLo; local
3897 lookupIRTempPair( &r_dstHi, &r_dstLo, env, tmp);
3898 addInstr(env, mk_iMOVds_RR(r_dstHi, r_srcHi) );
3903 HReg r_srcHi, r_srcLo, r_dstHi, r_dstLo; local
3905 lookupIRTempPair( &r_dstHi, &r_dstLo, env, tmp);
3906 addInstr(env, mk_iMOVds_RR(r_dstHi, r_srcHi) );
4018 HReg r_dstHi, r_dstL local
[all...]

Completed in 29 milliseconds