Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h380 IRRegArray; typedef
382 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
384 extern IRRegArray* deepCopyIRRegArray ( const IRRegArray* );
386 extern void ppIRRegArray ( const IRRegArray* );
387 extern Bool eqIRRegArray ( const IRRegArray*, const IRRegArray* );
1989 IRRegArray* descr; /* Part of guest state treated as circular */
2165 extern IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias );
2542 IRRegArray* descr; /* Part of guest state treated as circular */
2550 extern IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix,
/external/valgrind/VEX/priv/
Dir_defs.c105 void ppIRRegArray ( const IRRegArray* arr ) in ppIRRegArray()
1773 IRRegArray* mkIRRegArray ( Int base, IRType elemTy, Int nElems ) in mkIRRegArray()
1775 IRRegArray* arr = LibVEX_Alloc_inline(sizeof(IRRegArray)); in mkIRRegArray()
1801 IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias ) { in IRExpr_GetI()
2028 IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix, in mkIRPutI()
2271 IRRegArray* deepCopyIRRegArray ( const IRRegArray* d ) in deepCopyIRRegArray()
3774 static Bool saneIRRegArray ( const IRRegArray* arr ) in saneIRRegArray()
4624 Bool eqIRRegArray ( const IRRegArray* descr1, const IRRegArray* descr2 ) in eqIRRegArray()
Dir_opt.c555 static void getArrayBounds ( IRRegArray* descr, in getArrayBounds()
577 static UInt mk_key_GetIPutI ( IRRegArray* descr ) in mk_key_GetIPutI()
3244 GSAliasing getAliasingRelation_IC ( IRRegArray* descr1, IRExpr* ix1, in getAliasingRelation_IC()
3267 IRRegArray* descr1, IRExpr* ix1, Int bias1, in getAliasingRelation_II()
3268 IRRegArray* descr2, IRExpr* ix2, Int bias2 in getAliasingRelation_II()
3481 IRRegArray* descr;
4218 IRRegArray* descrG, IRExpr* ixG, Int biasG ) in findPutI()
4458 IRRegArray* descr = st->Ist.WrTmp.data->Iex.GetI.descr; in do_redundant_GetI_elimination()
5045 IRRegArray *descr = e->Iex.GetI.descr; in setHints_Expr()
5692 IRRegArray *descr = st->Ist.PutI.details->descr; in stmt_modifies_guest_state()
Dguest_x86_toIR.c3527 IRRegArray* descr; in put_ST_TAG()
3538 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in get_ST_TAG()
3551 IRRegArray* descr; in put_ST_UNCHECKED()
3582 IRRegArray* descr = mkIRRegArray( OFFB_FPREGS, Ity_F64, 8 ); in get_ST_UNCHECKED()
5514 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_MMX_preamble()
5525 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_EMMS_preamble()
Dhost_x86_isel.c695 X86AMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
Dguest_amd64_toIR.c5008 IRRegArray* descr; in put_ST_TAG()
5019 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in get_ST_TAG()
5032 IRRegArray* descr; in put_ST_UNCHECKED()
5063 IRRegArray* descr = mkIRRegArray( OFFB_FPREGS, Ity_F64, 8 ); in get_ST_UNCHECKED()
7023 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_MMX_preamble()
7034 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_EMMS_preamble()
Dhost_amd64_isel.c702 AMD64AMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
Dhost_ppc_isel.c631 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
/external/valgrind/coregrind/
Dm_translate.c284 IRRegArray* descr; in vg_SP_update_pass()
1017 IRRegArray* descr; in gen_PUSH()
1141 IRRegArray* descr = mkIRRegArray( offB_REDIR_STACK, ty_Word, stack_size ); in gen_POP()
/external/valgrind/VEX/useful/
Dtest_main.c1205 IRRegArray* descr, IRAtom* ix, Int bias, IRAtom* atom ) in do_shadow_PUTI()
1227 IRRegArray* new_descr in do_shadow_PUTI()
1258 IRExpr* shadow_GETI ( MCEnv* mce, IRRegArray* descr, IRAtom* ix, Int bias ) in shadow_GETI()
1272 IRRegArray* new_descr in shadow_GETI()
/external/valgrind/memcheck/
Dmc_include.h167 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr );
Dmc_translate.c1484 IRRegArray* descr = puti->descr; in do_shadow_PUTI()
1511 IRRegArray* new_descr in do_shadow_PUTI()
1545 IRRegArray* descr, IRAtom* ix, Int bias ) in shadow_GETI()
1559 IRRegArray* new_descr in shadow_GETI()
6942 IRRegArray* descr_b; in schemeE()
6944 IRRegArray* descr = e->Iex.GetI.descr; in schemeE()
7355 IRRegArray* descr_b; in schemeS()
7357 IRRegArray* descr = puti->descr; in schemeS()
Dmc_machine.c1286 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr ) in MC_()