/external/valgrind/drd/ |
H A D | drd_load_store.c | 359 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, addr_expr)); 394 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, data_expr_lo)); 400 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, data_expr_lo)); 408 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, IRExpr_Unop(Iop_ReinterpF32asI32, 414 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, IRExpr_Unop(Iop_ReinterpF64asI64, 443 IRStmt_WrTmp(tmp, IRExpr_Unop(widen_op, data_expr_lo))); 453 IRStmt_WrTmp(tmp, 457 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, 542 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, addr_expr));
|
/external/valgrind/VEX/priv/ |
H A D | ir_opt.c | 296 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 305 IRStmt_WrTmp(t1, ex)); 311 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 323 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 333 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 341 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 348 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 359 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 367 addStmtToIRSB(bb, IRStmt_WrTmp(t1, 378 addStmtToIRSB(bb, IRStmt_WrTmp(t [all...] |
H A D | guest_generic_bb_to_IR.c | 683 = IRStmt_WrTmp(tistart_tmp, IRExpr_Const(base2check_IRConst) ); 686 = IRStmt_WrTmp(tilen_tmp, IRExpr_Const(len2check_IRConst) );
|
H A D | guest_tilegx_toIR.c | 153 stmt(IRStmt_WrTmp(dst, e));
|
H A D | ir_defs.c | 2101 IRStmt* IRStmt_WrTmp ( IRTemp tmp, IRExpr* data ) { function 2390 return IRStmt_WrTmp(s->Ist.WrTmp.tmp,
|
H A D | guest_arm64_toIR.c | 303 stmt( IRStmt_WrTmp(dst, e) );
|
H A D | guest_x86_toIR.c | 635 stmt( IRStmt_WrTmp(dst, e) );
|
H A D | guest_arm_toIR.c | 326 stmt( IRStmt_WrTmp(dst, e) );
|
H A D | guest_mips_toIR.c | 919 stmt(IRStmt_WrTmp(dst, e));
|
H A D | guest_ppc_toIR.c | 580 stmt( IRStmt_WrTmp(dst, e) );
|
H A D | guest_s390_toIR.c | 131 stmt(IRStmt_WrTmp(dst, expr));
|
H A D | guest_amd64_toIR.c | 240 stmt( IRStmt_WrTmp(dst, e) ); [all...] |
/external/valgrind/coregrind/ |
H A D | m_translate.c | 530 IRStmt_WrTmp( old_SP, IRExpr_Get(offset_SP, typeof_SP) ) 577 IRStmt_WrTmp( new_SP, IRExpr_Get(offset_SP, typeof_SP) ) 1064 IRStmt_WrTmp( 1153 IRStmt_WrTmp( t1, IRExpr_Get( offB_REDIR_SP, ty_Word ) ) 1183 IRStmt_WrTmp(
|
/external/valgrind/cachegrind/ |
H A D | cg_main.c | 1278 IRStmt_WrTmp( guard1, st->Ist.Exit.guard )); 1280 IRStmt_WrTmp( guardW, 1286 IRStmt_WrTmp(
|
/external/valgrind/callgrind/ |
H A D | main.c | 1205 IRStmt_WrTmp( guard1, st->Ist.Exit.guard )); 1207 IRStmt_WrTmp( guardW, 1213 IRStmt_WrTmp(
|
/external/valgrind/massif/ |
H A D | ms_main.c | 2031 IRStmt* st1 = IRStmt_WrTmp(t1, IRExpr_Load(END, Ity_I64, counter_addr)); 2033 IRStmt_WrTmp(t2,
|
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 2906 extern IRStmt* IRStmt_WrTmp ( IRTemp tmp, IRExpr* data );
|
/external/valgrind/exp-sgcheck/ |
H A D | sg_main.c | 2103 addStmtToIRSB( bbOut, IRStmt_WrTmp( sp_temp, sp_expr ) ); 2121 addStmtToIRSB( bbOut, IRStmt_WrTmp( fp_temp, fp_expr ) );
|
/external/valgrind/exp-dhat/ |
H A D | dh_main.c | 769 #define assign(_t, _e) IRStmt_WrTmp((_t), (_e))
|
/external/valgrind/VEX/useful/ |
H A D | test_main.c | 729 addStmtToIRSB((_bb), IRStmt_WrTmp((_tmp),(_expr)))
|
/external/valgrind/helgrind/ |
H A D | hg_main.c | 4273 #define assign(_t, _e) IRStmt_WrTmp((_t), (_e))
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 432 stmt(cat, mce, IRStmt_WrTmp(tmp,expr));
|