Searched refs:PPCRI (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.h | 251 PPCRI; typedef 253 extern PPCRI* PPCRI_Imm ( ULong ); 254 extern PPCRI* PPCRI_Reg( HReg ); 256 extern void ppPPCRI ( PPCRI* ); 648 PPCRI* src; 863 PPCRI* s_field; 870 PPCRI* ps; 893 PPCRI* shift; 918 PPCRI* shift; 923 PPCRI* r_rmc; [all …]
|
D | host_ppc_defs.c | 381 PPCRI* PPCRI_Imm ( ULong imm64 ) { in PPCRI_Imm() 382 PPCRI* op = LibVEX_Alloc_inline(sizeof(PPCRI)); in PPCRI_Imm() 387 PPCRI* PPCRI_Reg ( HReg reg ) { in PPCRI_Reg() 388 PPCRI* op = LibVEX_Alloc_inline(sizeof(PPCRI)); in PPCRI_Reg() 394 void ppPPCRI ( PPCRI* dst ) { in ppPPCRI() 410 static void addRegUsage_PPCRI ( HRegUsage* u, PPCRI* dst ) { in addRegUsage_PPCRI() 422 static void mapRegs_PPCRI ( HRegRemap* m, PPCRI* dst ) { in mapRegs_PPCRI() 836 HReg dst, PPCRI* src ) { in PPCInstr_CMov() 983 PPCInstr* PPCInstr_DfpShift ( PPCFpOp op, HReg dst, HReg src, PPCRI* shift ) { in PPCInstr_DfpShift() 1017 PPCRI* shift ) { in PPCInstr_DfpShift128() [all …]
|
D | host_ppc_isel.c | 405 static PPCRI* iselWordExpr_RI_wrk ( ISelEnv* env, IRExpr* e, 407 static PPCRI* iselWordExpr_RI ( ISelEnv* env, IRExpr* e, 1264 PPCRI* ri = iselWordExpr_RI(env, e, IEndianess); in mk_AvDuplicateRI() 2441 PPCRI* r1 = iselWordExpr_RI(env, e->Iex.ITE.iftrue, IEndianess); in iselWordExpr_R_wrk() 2675 static PPCRI* iselWordExpr_RI ( ISelEnv* env, IRExpr* e, IREndness IEndianess ) in iselWordExpr_RI() 2677 PPCRI* ri = iselWordExpr_RI_wrk(env, e, IEndianess); in iselWordExpr_RI() 2692 static PPCRI* iselWordExpr_RI_wrk ( ISelEnv* env, IRExpr* e, in iselWordExpr_RI_wrk() 4392 PPCRI* r_rmc = iselWordExpr_RI(env, e->Iex.Binop.arg1, IEndianess); in iselDfp64Expr_wrk() 4445 PPCRI* shift = iselWordExpr_RI(env, e->Iex.Binop.arg2, IEndianess); in iselDfp64Expr_wrk() 4529 PPCRI* rmc = iselWordExpr_RI(env, triop->arg1, IEndianess); in iselDfp64Expr_wrk() [all …]
|