Home | History | Annotate | Download | only in priv

Lines Matching refs:argregs

413    HReg          argregs[6];
475 argregs[0] = hregAMD64_RDI();
476 argregs[1] = hregAMD64_RSI();
477 argregs[2] = hregAMD64_RDX();
478 argregs[3] = hregAMD64_RCX();
479 argregs[4] = hregAMD64_R8();
480 argregs[5] = hregAMD64_R9();
512 fastinstrs[argreg] = mk_iMOVsd_RR( hregAMD64_RBP(), argregs[argreg]);
520 = iselIntExpr_single_instruction( env, argregs[argreg], args[i] );
581 addInstr( env, mk_iMOVsd_RR( tmpregs[i], argregs[i] ) );