Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h111 ST_IN HReg hregPPC_GPR31 ( Bool mode64 ) { return GPR(mode64, 31, 42, 44); } in hregPPC_GPR31() function
120 #define GuestStatePtr(_mode64) hregPPC_GPR31(_mode64)
Dhost_ppc_isel.c5952 hregPPC_GPR31(mode64)); in iselStmt()
6041 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); in iselNext()
6071 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); in iselNext()
6098 PPCAMode* amCIA = PPCAMode_IR(offsIP, hregPPC_GPR31(env->mode64)); in iselNext()
6269 amCounter = PPCAMode_IR(offs_Host_EvC_Counter, hregPPC_GPR31(mode64)); in iselSB_PPC()
6270 amFailAddr = PPCAMode_IR(offs_Host_EvC_FailAddr, hregPPC_GPR31(mode64)); in iselSB_PPC()
Dhost_ppc_defs.c139 ru->regs[ru->size++] = hregPPC_GPR31(mode64); in getRRegUniverse_PPC()