Searched refs:PPCInstr_RdWrLR (Results 1 – 3 of 3) sorted by relevance
826 extern PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr );
4202 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()
1059 PPCInstr* PPCInstr_RdWrLR ( Bool wrLR, HReg gpr ) { in PPCInstr_RdWrLR() function