Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h278 PPCRI; typedef
280 extern PPCRI* PPCRI_Imm ( ULong );
281 extern PPCRI* PPCRI_Reg( HReg );
283 extern void ppPPCRI ( PPCRI* );
645 PPCRI* src;
854 PPCRI* shift;
879 PPCRI* shift;
884 PPCRI* r_rmc;
891 PPCRI* r_rmc;
898 PPCRI* rmc;
[all …]
Dhost_ppc_isel.c395 static PPCRI* iselWordExpr_RI_wrk ( ISelEnv* env, IRExpr* e );
396 static PPCRI* iselWordExpr_RI ( ISelEnv* env, IRExpr* e );
1102 PPCRI* ri = iselWordExpr_RI(env, e); in mk_AvDuplicateRI()
2141 PPCRI* r0 = iselWordExpr_RI(env, e->Iex.Mux0X.expr0); in iselWordExpr_R_wrk()
2372 static PPCRI* iselWordExpr_RI ( ISelEnv* env, IRExpr* e ) in iselWordExpr_RI()
2374 PPCRI* ri = iselWordExpr_RI_wrk(env, e); in iselWordExpr_RI()
2389 static PPCRI* iselWordExpr_RI_wrk ( ISelEnv* env, IRExpr* e ) in iselWordExpr_RI_wrk()
3625 PPCRI* rmc = iselWordExpr_RI(env, triop->arg1); in iselDblExpr_wrk()
3939 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1); in iselDfp64Expr_wrk()
3972 PPCRI* shift = iselWordExpr_RI(env, e->Iex.Binop.arg2); in iselDfp64Expr_wrk()
[all …]
Dhost_ppc_defs.c461 PPCRI* PPCRI_Imm ( ULong imm64 ) { in PPCRI_Imm()
462 PPCRI* op = LibVEX_Alloc(sizeof(PPCRI)); in PPCRI_Imm()
467 PPCRI* PPCRI_Reg ( HReg reg ) { in PPCRI_Reg()
468 PPCRI* op = LibVEX_Alloc(sizeof(PPCRI)); in PPCRI_Reg()
474 void ppPPCRI ( PPCRI* dst ) { in ppPPCRI()
490 static void addRegUsage_PPCRI ( HRegUsage* u, PPCRI* dst ) { in addRegUsage_PPCRI()
502 static void mapRegs_PPCRI ( HRegRemap* m, PPCRI* dst ) { in mapRegs_PPCRI()
884 HReg dst, PPCRI* src ) { in PPCInstr_CMov()
1031 PPCInstr* PPCInstr_DfpShift ( PPCFpOp op, HReg dst, HReg src, PPCRI* shift ) { in PPCInstr_DfpShift()
1065 PPCRI* shift ) { in PPCInstr_DfpShift128()
[all …]