Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h1026 extern PPCInstr* PPCInstr_MfCR ( HReg dst );
Dhost_ppc_isel.c1615 addInstr(env, PPCInstr_MfCR(dst)); in iselWordExpr_R_wrk()
1631 addInstr(env, PPCInstr_MfCR(dst)); in iselWordExpr_R_wrk()
5799 addInstr(env, PPCInstr_MfCR( r_tmp )); in iselStmt()
Dhost_ppc_defs.c896 PPCInstr* PPCInstr_MfCR ( HReg dst ) in PPCInstr_MfCR() function