Home | History | Annotate | Download | only in priv

Lines Matching refs:argregs

678    HReg        argregs[PPC_N_REGPARMS];
750 argregs[0] = hregPPC_GPR3(mode64);
751 argregs[1] = hregPPC_GPR4(mode64);
752 argregs[2] = hregPPC_GPR5(mode64);
753 argregs[3] = hregPPC_GPR6(mode64);
754 argregs[4] = hregPPC_GPR7(mode64);
755 argregs[5] = hregPPC_GPR8(mode64);
756 argregs[6] = hregPPC_GPR9(mode64);
757 argregs[7] = hregPPC_GPR10(mode64);
799 addInstr(env, mk_iMOVds_RR( argregs[argreg],
812 mk_iMOVds_RR( argregs[argreg],
822 addInstr(env, mk_iMOVds_RR( argregs[argreg++], rHi ));
824 addInstr(env, mk_iMOVds_RR( argregs[argreg], rLo));
828 addInstr(env, mk_iMOVds_RR( argregs[argreg],
896 addInstr( env, mk_iMOVds_RR( argregs[i], tmpregs[i] ) );
2011 HReg argregs[1];
2018 argregs[0] = hregPPC_GPR3(mode64);
2021 addInstr(env, mk_iMOVds_RR( argregs[argreg++],
2029 addInstr(env, mk_iMOVds_RR(r_dst, argregs[0]));
2036 HReg argregs[1];
2043 argregs[0] = hregPPC_GPR3(mode64);
2046 addInstr(env, mk_iMOVds_RR( argregs[argreg++],
2054 addInstr(env, mk_iMOVds_RR(r_dst, argregs[0]));
3237 HReg argregs[2];
3246 argregs[0] = hregPPC_GPR3(mode64);
3247 argregs[1] = hregPPC_GPR4(mode64);
3255 addInstr( env, mk_iMOVds_RR( argregs[argreg++], tmpHi ) );
3258 addInstr( env, mk_iMOVds_RR( argregs[argreg], tmpLo ) );
3264 addInstr( env, mk_iMOVds_RR( tHi, argregs[argreg-1] ) );
3265 addInstr( env, mk_iMOVds_RR( tLo, argregs[argreg] ) );
3275 HReg argregs[2];
3284 argregs[0] = hregPPC_GPR3(mode64);
3285 argregs[1] = hregPPC_GPR4(mode64);
3293 addInstr(env, mk_iMOVds_RR( argregs[argreg++], tmpHi ));
3296 addInstr(env, mk_iMOVds_RR( argregs[argreg], tmpLo));
3303 addInstr(env, mk_iMOVds_RR(tHi, argregs[argreg-1]));
3304 addInstr(env, mk_iMOVds_RR(tLo, argregs[argreg]));