Home | History | Annotate | Download | only in priv

Lines Matching refs:argregs

691    HReg        argregs[PPC_N_REGPARMS];
785 argregs[0] = hregPPC_GPR3(mode64);
786 argregs[1] = hregPPC_GPR4(mode64);
787 argregs[2] = hregPPC_GPR5(mode64);
788 argregs[3] = hregPPC_GPR6(mode64);
789 argregs[4] = hregPPC_GPR7(mode64);
790 argregs[5] = hregPPC_GPR8(mode64);
791 argregs[6] = hregPPC_GPR9(mode64);
792 argregs[7] = hregPPC_GPR10(mode64);
855 addInstr(env, mk_iMOVds_RR( argregs[argreg],
866 mk_iMOVds_RR( argregs[argreg],
876 addInstr(env, mk_iMOVds_RR( argregs[argreg++], rHi ));
878 addInstr(env, mk_iMOVds_RR( argregs[argreg], rLo));
882 addInstr(env, mk_iMOVds_RR( argregs[argreg],
983 addInstr( env, mk_iMOVds_RR( argregs[i], tmpregs[i] ) );
2185 HReg argregs[1];
2192 argregs[0] = hregPPC_GPR3(mode64);
2195 addInstr(env, mk_iMOVds_RR( argregs[argreg++],
2204 addInstr(env, mk_iMOVds_RR(r_dst, argregs[0]));
2214 HReg argregs[1];
2221 argregs[0] = hregPPC_GPR3(mode64);
2224 addInstr(env, mk_iMOVds_RR( argregs[argreg++],
2233 addInstr(env, mk_iMOVds_RR(r_dst, argregs[0]));
3549 HReg argregs[2];
3558 argregs[0] = hregPPC_GPR3(mode64);
3559 argregs[1] = hregPPC_GPR4(mode64);
3567 addInstr( env, mk_iMOVds_RR( argregs[argreg++], tmpHi ) );
3570 addInstr( env, mk_iMOVds_RR( argregs[argreg], tmpLo ) );
3578 addInstr( env, mk_iMOVds_RR( tHi, argregs[argreg-1] ) );
3579 addInstr( env, mk_iMOVds_RR( tLo, argregs[argreg] ) );
3589 HReg argregs[2];
3598 argregs[0] = hregPPC_GPR3(mode64);
3599 argregs[1] = hregPPC_GPR4(mode64);
3607 addInstr(env, mk_iMOVds_RR( argregs[argreg++], tmpHi ));
3610 addInstr(env, mk_iMOVds_RR( argregs[argreg], tmpLo));
3618 addInstr(env, mk_iMOVds_RR(tHi, argregs[argreg-1]));
3619 addInstr(env, mk_iMOVds_RR(tLo, argregs[argreg]));