Searched refs:hregPPC_GPR5 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h56 extern HReg hregPPC_GPR5 ( Bool mode64 );
H A Dhost_ppc_defs.c100 HReg hregPPC_GPR5 ( Bool mode64 ) { return MkHRegGPR( 5, mode64); } function
209 (*arr)[i++] = hregPPC_GPR5(mode64);
1777 addHRegUse(u, HRmWrite, hregPPC_GPR5(mode64));
1796 if (argir & (1<<5)) addHRegUse(u, HRmRead, hregPPC_GPR5(mode64));
H A Dhost_ppc_isel.c705 argregs[2] = hregPPC_GPR5(mode64);

Completed in 99 milliseconds