Home
last modified time | relevance | path

Searched refs:hregMIPS_GPR2 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h102 ST_IN HReg hregMIPS_GPR2 ( Bool mode64 ) { return GPR(mode64, 2, 24, 32); } in hregMIPS_GPR2() function
Dhost_mips_isel.c1361 addInstr(env, mk_iMOVds_RR(res, hregMIPS_GPR2(env->mode64))); in iselWordExpr_R_wrk()
1769 addInstr(env, mk_iMOVds_RR(res, hregMIPS_GPR2(env->mode64))); in iselWordExpr_R_wrk()
1857 addInstr(env, mk_iMOVds_RR(r_dst, hregMIPS_GPR2(mode64))); in iselWordExpr_R_wrk()
3849 addInstr(env, mk_iMOVds_RR(r_dst, hregMIPS_GPR2(mode64))); in iselStmt()
3859 addInstr(env, mk_iMOVds_RR(r_dst, hregMIPS_GPR2(mode64))); in iselStmt()
3867 addInstr(env, mk_iMOVds_RR(rLo, hregMIPS_GPR2(mode64))); in iselStmt()
Dhost_mips_defs.c110 ru->regs[ru->size++] = hregMIPS_GPR2(mode64); in getRRegUniverse_MIPS()
1642 addHRegUse(u, HRmWrite, hregMIPS_GPR2(mode64)); in getRegUsage_MIPSInstr()