Home
last modified time | relevance | path

Searched refs:IRRegArray (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h367 IRRegArray; typedef
369 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
371 extern IRRegArray* deepCopyIRRegArray ( IRRegArray* );
373 extern void ppIRRegArray ( IRRegArray* );
374 extern Bool eqIRRegArray ( IRRegArray*, IRRegArray* );
1406 IRRegArray* descr; /* Part of guest state treated as circular */
1540 extern IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias );
1990 IRRegArray* descr; /* Part of guest state treated as circular */
2131 extern IRStmt* IRStmt_PutI ( IRRegArray* descr, IRExpr* ix, Int bias,
/external/valgrind/main/VEX/priv/
Dir_defs.c99 void ppIRRegArray ( IRRegArray* arr ) in ppIRRegArray()
1374 IRRegArray* mkIRRegArray ( Int base, IRType elemTy, Int nElems ) in mkIRRegArray()
1376 IRRegArray* arr = LibVEX_Alloc(sizeof(IRRegArray)); in mkIRRegArray()
1402 IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias ) { in IRExpr_GetI()
1646 IRStmt* IRStmt_PutI ( IRRegArray* descr, IRExpr* ix, in IRStmt_PutI()
1799 IRRegArray* deepCopyIRRegArray ( IRRegArray* d ) in deepCopyIRRegArray()
2885 static Bool saneIRRegArray ( IRRegArray* arr ) in saneIRRegArray()
3587 Bool eqIRRegArray ( IRRegArray* descr1, IRRegArray* descr2 ) in eqIRRegArray()
Dir_opt.c510 static void getArrayBounds ( IRRegArray* descr, in getArrayBounds()
532 static UInt mk_key_GetIPutI ( IRRegArray* descr ) in mk_key_GetIPutI()
2431 GSAliasing getAliasingRelation_IC ( IRRegArray* descr1, IRExpr* ix1, in getAliasingRelation_IC()
2454 IRRegArray* descr1, IRExpr* ix1, Int bias1, in getAliasingRelation_II()
2455 IRRegArray* descr2, IRExpr* ix2, Int bias2 in getAliasingRelation_II()
2566 IRRegArray* descr;
3111 IRRegArray* descrG, IRExpr* ixG, Int biasG ) in findPutI()
3342 IRRegArray* descr = st->Ist.WrTmp.data->Iex.GetI.descr; in do_redundant_GetI_elimination()
Dguest_x86_toIR.c3498 IRRegArray* descr; in put_ST_TAG()
3509 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in get_ST_TAG()
3522 IRRegArray* descr; in put_ST_UNCHECKED()
3552 IRRegArray* descr = mkIRRegArray( OFFB_FPREGS, Ity_F64, 8 ); in get_ST_UNCHECKED()
5377 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_MMX_preamble()
5388 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_EMMS_preamble()
Dguest_amd64_toIR.c4627 IRRegArray* descr; in put_ST_TAG()
4638 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in get_ST_TAG()
4651 IRRegArray* descr; in put_ST_UNCHECKED()
4681 IRRegArray* descr = mkIRRegArray( OFFB_FPREGS, Ity_F64, 8 ); in get_ST_UNCHECKED()
6465 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_MMX_preamble()
6476 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_EMMS_preamble()
Dhost_amd64_isel.c627 AMD64AMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
Dhost_ppc_isel.c543 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
Dhost_x86_isel.c578 X86AMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
/external/valgrind/main/coregrind/
Dm_translate.c270 IRRegArray* descr; in vg_SP_update_pass()
899 IRRegArray* descr; in gen_PUSH()
1018 IRRegArray* descr = mkIRRegArray( offB_REDIR_STACK, ty_Word, stack_size ); in gen_POP()
/external/valgrind/main/memcheck/
Dmc_include.h143 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr );
Dmc_translate.c1263 IRRegArray* descr, in do_shadow_PUTI()
1292 IRRegArray* new_descr in do_shadow_PUTI()
1326 IRRegArray* descr, IRAtom* ix, Int bias ) in shadow_GETI()
1340 IRRegArray* new_descr in shadow_GETI()
5466 IRRegArray* descr_b; in schemeE()
5468 IRRegArray* descr = e->Iex.GetI.descr; in schemeE()
5786 IRRegArray* descr_b; in schemeS()
5788 IRRegArray* descr = st->Ist.PutI.descr; in schemeS()
Dmc_machine.c955 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr ) in MC_()
/external/valgrind/main/VEX/
Dtest_main.c1161 IRRegArray* descr, IRAtom* ix, Int bias, IRAtom* atom ) in do_shadow_PUTI()
1183 IRRegArray* new_descr in do_shadow_PUTI()
1214 IRExpr* shadow_GETI ( MCEnv* mce, IRRegArray* descr, IRAtom* ix, Int bias ) in shadow_GETI()
1228 IRRegArray* new_descr in shadow_GETI()