Searched refs:IRStmt_PutI (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 2026 extern IRStmt* IRStmt_PutI ( IRRegArray* descr, IRExpr* ix, Int bias,
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 398 addStmtToIRSB(bb, IRStmt_PutI(st->Ist.PutI.descr, in flatten_Stmt() 1820 return IRStmt_PutI( in subst_and_fold_Stmt() 2969 = IRStmt_PutI(st->Ist.PutI.descr, in collapse_AddSub_chains_BB() 4155 return IRStmt_PutI( in atbSubst_Stmt()
|
D | ir_defs.c | 1573 IRStmt* IRStmt_PutI ( IRRegArray* descr, IRExpr* ix, in IRStmt_PutI() function 1821 return IRStmt_PutI(deepCopyIRRegArray(s->Ist.PutI.descr), in deepCopyIRStmt()
|
D | guest_x86_toIR.c | 3502 stmt( IRStmt_PutI( descr, get_ftop(), i, value ) ); in put_ST_TAG() 3526 stmt( IRStmt_PutI( descr, get_ftop(), i, value ) ); in put_ST_UNCHECKED() 5383 stmt( IRStmt_PutI( descr, zero, i, tag1 ) ); in do_MMX_preamble() 5394 stmt( IRStmt_PutI( descr, zero, i, tag0 ) ); in do_EMMS_preamble()
|
D | guest_amd64_toIR.c | 4574 stmt( IRStmt_PutI( descr, get_ftop(), i, value ) ); in put_ST_TAG() 4598 stmt( IRStmt_PutI( descr, get_ftop(), i, value ) ); in put_ST_UNCHECKED() 6414 stmt( IRStmt_PutI( descr, zero, i, tag1 ) ); in do_MMX_preamble() 6425 stmt( IRStmt_PutI( descr, zero, i, tag0 ) ); in do_EMMS_preamble()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 904 IRStmt_PutI(descr, narrowTo32(bb->tyenv,IRExpr_RdTmp(t1)), 0, e) in gen_PUSH()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 1253 stmt( 'V', mce, IRStmt_PutI( new_descr, ix, bias, vatom )); in do_shadow_PUTI() 5588 stmt( 'B', mce, IRStmt_PutI( descr_b, st->Ist.PutI.ix, in schemeS()
|
/external/valgrind/main/exp-ptrcheck/ |
D | h_main.c | 5063 IRStmt_PutI( in schemeS()
|