/external/valgrind/VEX/priv/ |
ir_opt.h | 49 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int),
|
guest_ppc_defs.h | 71 IRStmt** precedingStmts, 77 IRStmt** precedingStmts,
|
guest_tilegx_defs.h | 60 IRStmt ** precedingStmts,
|
guest_mips_defs.h | 60 IRStmt ** precedingStmts, 65 IRStmt ** precedingStmts,
|
guest_arm64_defs.h | 60 IRStmt** precedingStmts,
|
guest_arm_defs.h | 62 IRStmt** precedingStmts,
|
ir_defs.c | [all...] |
guest_s390_defs.h | 59 IRStmt **precedingStmts,
|
guest_x86_defs.h | 70 IRStmt** precedingStmts,
|
ir_opt.c | 400 static void flatten_Stmt ( IRSB* bb, IRStmt* st ) 622 IRStmt* st = bb->stmts[i]; 718 IRStmt* st, 893 IRStmt* st; [all...] |
guest_amd64_defs.h | 70 IRStmt** precedingStmts,
|
guest_tilegx_helpers.c | 50 IRStmt ** precedingStmts, Int n_precedingStmts)
|
main_main.c | 276 vassert(sizeof(IRStmt) == 20 /* x86 */ 277 || sizeof(IRStmt) == 24 /* arm */); 280 vassert(sizeof(IRStmt) == 32); 341 IRExpr* (*specHelper) ( const HChar*, IRExpr**, IRStmt**, Int ); [all...] |
guest_arm_helpers.c | 556 IRStmt** precedingStmts, 798 IRStmt* st = precedingStmts[j]; [all...] |
guest_mips_helpers.c | 56 IRStmt ** precedingStmts, Int n_precedingStmts) 62 IRStmt ** precedingStmts, [all...] |
guest_ppc_helpers.c | 204 IRStmt** precedingStmts, 212 IRStmt** precedingStmts,
|
guest_generic_bb_to_IR.c | 210 IRStmt* imark; 211 IRStmt* nop; 413 { IRStmt* st = irsb->stmts[irsb->stmts_used-1]; [all...] |
guest_tilegx_toIR.c | 139 static void stmt ( IRStmt * st ) 242 static IRStmt* dis_branch ( IRExpr* guard, ULong imm ) 316 IRStmt *bstmt = NULL; /* Branch statement. */ [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 69 Statements (type 'IRStmt') represent operations with side-effects, [all...] |
/external/valgrind/exp-sgcheck/ |
sg_main.h | 64 IRStmt* st,
|
h_main.c | 473 sg_instrument_{init,fini,IRStmt,final_jump}. These four completely 592 static /*inline*/ void stmt ( HChar cat, PCEnv* pce, IRStmt* st ) { 667 IRStmt* st = sbIn->stmts[i];
|
/external/valgrind/exp-dhat/ |
dh_main.c | 789 IRStmt* st1 = assign(t1, IRExpr_Load(END, Ity_I64, counter_addr)); 790 IRStmt* st2 = assign(t2, binop(Iop_Add64, mkexpr(t1), mkU64(n))); 791 IRStmt* st3 = IRStmt_Store(END, counter_addr, mkexpr(t2)); 900 IRStmt* st = sbIn->stmts[i]; [all...] |
/external/valgrind/exp-bbv/ |
bbv_main.c | 343 IRStmt *st;
|
/external/valgrind/massif/ |
ms_main.c | [all...] |
/external/valgrind/lackey/ |
lk_main.c | 706 IRStmt* st = sbIn->stmts[i]; [all...] |