Searched refs:IRRegArray (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 380 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* ); 2038 IRRegArray* descr; /* Part of guest state treated as circular */ 2214 extern IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias ); 2596 IRRegArray* descr; /* Part of guest state treated as circular */ 2604 extern IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix,
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 105 void ppIRRegArray ( const IRRegArray* arr ) in ppIRRegArray() 1799 IRRegArray* mkIRRegArray ( Int base, IRType elemTy, Int nElems ) in mkIRRegArray() 1801 IRRegArray* arr = LibVEX_Alloc_inline(sizeof(IRRegArray)); in mkIRRegArray() 1827 IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias ) { in IRExpr_GetI() 2093 IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix, in mkIRPutI() 2336 IRRegArray* deepCopyIRRegArray ( const IRRegArray* d ) in deepCopyIRRegArray() 3872 static Bool saneIRRegArray ( const IRRegArray* arr ) in saneIRRegArray() 4723 Bool eqIRRegArray ( const IRRegArray* descr1, const IRRegArray* descr2 ) in eqIRRegArray()
|
D | ir_opt.c | 555 static void getArrayBounds ( IRRegArray* descr, in getArrayBounds() 577 static UInt mk_key_GetIPutI ( IRRegArray* descr ) in mk_key_GetIPutI() 3245 GSAliasing getAliasingRelation_IC ( IRRegArray* descr1, IRExpr* ix1, in getAliasingRelation_IC() 3268 IRRegArray* descr1, IRExpr* ix1, Int bias1, in getAliasingRelation_II() 3269 IRRegArray* descr2, IRExpr* ix2, Int bias2 in getAliasingRelation_II() 3482 IRRegArray* descr; 4219 IRRegArray* descrG, IRExpr* ixG, Int biasG ) in findPutI() 4459 IRRegArray* descr = st->Ist.WrTmp.data->Iex.GetI.descr; in do_redundant_GetI_elimination() 5046 IRRegArray *descr = e->Iex.GetI.descr; in setHints_Expr() 5693 IRRegArray *descr = st->Ist.PutI.details->descr; in stmt_modifies_guest_state()
|
D | guest_x86_toIR.c | 3529 IRRegArray* descr; in put_ST_TAG() 3540 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in get_ST_TAG() 3553 IRRegArray* descr; in put_ST_UNCHECKED() 3584 IRRegArray* descr = mkIRRegArray( OFFB_FPREGS, Ity_F64, 8 ); in get_ST_UNCHECKED() 5516 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_MMX_preamble() 5527 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_EMMS_preamble()
|
D | host_x86_isel.c | 695 X86AMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
|
D | guest_amd64_toIR.c | 5118 IRRegArray* descr; in put_ST_TAG() 5129 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in get_ST_TAG() 5142 IRRegArray* descr; in put_ST_UNCHECKED() 5173 IRRegArray* descr = mkIRRegArray( OFFB_FPREGS, Ity_F64, 8 ); in get_ST_UNCHECKED() 7134 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_MMX_preamble() 7145 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 ); in do_EMMS_preamble()
|
D | host_amd64_isel.c | 702 AMD64AMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
|
D | host_ppc_isel.c | 635 PPCAMode* genGuestArrayOffset ( ISelEnv* env, IRRegArray* descr, in genGuestArrayOffset()
|
/external/valgrind/coregrind/ |
D | m_translate.c | 284 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/memcheck/ |
D | mc_include.h | 174 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr );
|
D | mc_translate.c | 1494 IRRegArray* descr = puti->descr; in do_shadow_PUTI() 1521 IRRegArray* new_descr in do_shadow_PUTI() 1555 IRRegArray* descr, IRAtom* ix, Int bias ) in shadow_GETI() 1569 IRRegArray* new_descr in shadow_GETI() 7148 IRRegArray* descr_b; in schemeE() 7150 IRRegArray* descr = e->Iex.GetI.descr; in schemeE() 7561 IRRegArray* descr_b; in schemeS() 7563 IRRegArray* descr = puti->descr; in schemeS()
|
D | mc_machine.c | 1269 IRType MC_(get_otrack_reg_array_equiv_int_type) ( IRRegArray* arr ) in MC_()
|