Searched defs:tmpregs (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c385 HReg tmpregs[ARM_N_ARGREGS]; local
451 tmpregs[0] = tmpregs[1] = tmpregs[2] =
452 tmpregs[3] = INVALID_HREG;
537 tmpregs[nextArgReg] = newVRegI(env);
538 addInstr(env, mk_iMOVds_RR( tmpregs[nextArgReg],
548 tmpregs[nextArgReg] = iselIntExpr_R(env, args[i]);
559 tmpregs[nextArgReg] = raLo;
561 tmpregs[nextArgRe
[all...]
H A Dhost_mips_isel.c369 HReg tmpregs[MIPS_N_REGPARMS]; local
400 tmpregs[0] = tmpregs[1] = tmpregs[2] = tmpregs[3] = INVALID_HREG;
468 tmpregs[argreg] = newVRegI(env);
469 addInstr(env, mk_iMOVds_RR(tmpregs[argreg],
478 tmpregs[argreg] = iselWordExpr_R(env, args[i]);
481 tmpregs[argreg] = iselWordExpr_R(env, args[i]);
502 if (tmpregs[
[all...]
H A Dhost_s390_isel.c457 HReg tmpregs[S390_NUM_GPRPARMS]; local
491 tmpregs[argreg] = newVRegI(env);
492 addInstr(env, s390_insn_move(sizeof(ULong), tmpregs[argreg],
499 tmpregs[argreg] = s390_isel_int_expr(env, args[i]);
522 addInstr(env, s390_insn_move(size, finalreg, tmpregs[i]));
H A Dhost_x86_isel.c411 HReg tmpregs[3]; local
493 tmpregs[0] = tmpregs[1] = tmpregs[2] = INVALID_HREG;
522 tmpregs[argreg] = iselIntExpr_R(env, args[i]);
528 addInstr( env, mk_iMOVsd_RR( tmpregs[argregX], argregs[argregX] ) );
H A Dhost_amd64_isel.c414 HReg tmpregs[6]; local
482 tmpregs[0] = tmpregs[1] = tmpregs[2] =
483 tmpregs[3] = tmpregs[4] = tmpregs[5] = INVALID_HREG;
550 tmpregs[argreg] = newVRegI(env);
551 addInstr(env, mk_iMOVsd_RR( hregAMD64_RBP(), tmpregs[argreg]));
558 tmpregs[argre
[all...]
H A Dhost_ppc_isel.c679 HReg tmpregs[PPC_N_REGPARMS]; local
760 tmpregs[0] = tmpregs[1] = tmpregs[2] =
761 tmpregs[3] = tmpregs[4] = tmpregs[5] =
762 tmpregs[6] = tmpregs[7] = INVALID_HREG;
845 tmpregs[argre
[all...]

Completed in 52 milliseconds