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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c98 HReg hregPPC_GPR3 ( Bool mode64 ) { return MkHRegGPR( 3, mode64); } function
207 (*arr)[i++] = hregPPC_GPR3(mode64);
1291 ppLoadImm(hregPPC_GPR3(mode64), i->Pin.Goto.dst->Pri.Imm,
1294 ppMovReg(hregPPC_GPR3(mode64), i->Pin.Goto.dst->Pri.Reg);
1697 addHRegUse(u, HRmWrite, hregPPC_GPR3(mode64));
1720 if (argir & (1<<3)) addHRegUse(u, HRmRead, hregPPC_GPR3(mode64));
1737 addHRegUse(u, HRmWrite, hregPPC_GPR3(mode64));

Completed in 86 milliseconds