Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h826 extern PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr );
Dhost_ppc_isel.c4202 addInstr(env, PPCInstr_RdWrLR(True, env->savedLR)); in iselStmt()
4232 addInstr(env, PPCInstr_RdWrLR(True, env->savedLR)); in iselNext()
4329 addInstr(env, PPCInstr_RdWrLR(False, env->savedLR)); in iselSB_PPC()
Dhost_ppc_defs.c1059 PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr ) { in PPCInstr_RdWrLR() function