Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c817 argregs[0] = hregPPC_GPR3(mode64); in doHelperCall()
2287 argregs[0] = hregPPC_GPR3(mode64); in iselWordExpr_R_wrk()
2323 argregs[0] = hregPPC_GPR3(mode64); in iselWordExpr_R_wrk()
2503 addInstr(env, mk_iMOVds_RR(r_dst, hregPPC_GPR3(mode64))); in iselWordExpr_R_wrk()
3360 addInstr(env, mk_iMOVds_RR(r_dst, hregPPC_GPR3(mode64))); in iselInt64Expr_wrk()
3798 argregs[0] = hregPPC_GPR3(mode64); in iselInt64Expr_wrk()
3846 argregs[0] = hregPPC_GPR3(mode64); in iselInt64Expr_wrk()
6569 addInstr(env, mk_iMOVds_RR(r_dst, hregPPC_GPR3(mode64))); in iselStmt()
6579 addInstr(env, mk_iMOVds_RR(r_dst, hregPPC_GPR3(mode64))); in iselStmt()
6588 addInstr(env, mk_iMOVds_RR(r_dstHi, hregPPC_GPR3(mode64))); in iselStmt()
Dhost_ppc_defs.h60 ST_IN HReg hregPPC_GPR3 ( Bool mode64 ) { return GPR(mode64, 3, 0, 0); } in hregPPC_GPR3() function
Dhost_ppc_defs.c71 ru->regs[ru->size++] = hregPPC_GPR3(mode64); in getRRegUniverse_PPC()
2404 addHRegUse(u, HRmWrite, hregPPC_GPR3(mode64)); in getRegUsage_PPCInstr()
2427 if (argir & (1<<3)) addHRegUse(u, HRmRead, hregPPC_GPR3(mode64)); in getRegUsage_PPCInstr()