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.h1112 extern PPCInstr* PPCInstr_MfCR ( HReg dst );
Dhost_ppc_isel.c1634 addInstr(env, PPCInstr_MfCR(dst)); in iselWordExpr_R_wrk()
1650 addInstr(env, PPCInstr_MfCR(dst)); in iselWordExpr_R_wrk()
6499 addInstr(env, PPCInstr_MfCR( r_tmp )); in iselStmt()
Dhost_ppc_defs.c958 PPCInstr* PPCInstr_MfCR ( HReg dst ) in PPCInstr_MfCR() function