HomeSort by relevance Sort by last modified time
    Searched refs:IRSB (Results 26 - 47 of 47) sorted by null

12

  /external/valgrind/main/callgrind/
global.h 719 void CLG_(collectBlockInfo)(IRSB* bbIn, UInt*, UInt*, Bool*);
734 BB* CLG_(get_bb)(Addr addr, IRSB* bb_in, Bool *seen_before);
bb.c 242 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before)
main.c 320 IRSB* sbOut;
809 void CLG_(collectBlockInfo)(IRSB* sbIn,
854 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
901 IRSB* CLG_(instrument)( VgCallbackClosure* closure,
902 IRSB* sbIn,
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 78 returning a new IRSB. The disassembler may chase across basic
93 NULL. If non-NULL, the IRSB under construction is handed to
108 IRSB* bb_to_IR ( /*OUT*/VexGuestExtents* vge,
120 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
132 IRSB* irsb; local
160 irsb = emptyIRSB();
180 selfcheck_idx = irsb->stmts_used;
181 addStmtToIRSB( irsb, IRStmt_NoOp() );
182 addStmtToIRSB( irsb, IRStmt_NoOp() )
    [all...]
host_x86_defs.h 686 extern HInstrArray* iselSB_X86 ( IRSB*, VexArch,
main_main.c 183 HInstrArray* (*iselSB) ( IRSB*, VexArch, VexArchInfo*,
193 IRSB* irsb; local
445 irsb = bb_to_IR ( vta->guest_extents,
463 if (irsb == NULL) {
497 sanityCheckIRSB( irsb, "initial IR",
503 irsb = do_iropt_BB ( irsb, specHelper, preciseMemExnsFn,
506 sanityCheckIRSB( irsb, "after initial iropt",
513 ppIRSB ( irsb );
    [all...]
host_amd64_defs.h 745 extern HInstrArray* iselSB_AMD64 ( IRSB*, VexArch,
host_arm_defs.h 971 extern HInstrArray* iselSB_ARM ( IRSB*, VexArch,
host_ppc_defs.h 853 extern HInstrArray* iselSB_PPC ( IRSB*, VexArch,
guest_ppc_toIR.c 160 /* The IRSB* into which we're generating code. */
161 static IRSB* irsb; variable
388 /* Add a statement to the list held by "irsb". */
391 addStmtToIRSB( irsb, st );
398 return newIRTemp( irsb->tyenv, ty );
458 IRType tyA = typeOfIRExpr(irsb->tyenv, addr);
517 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1);
518 vassert(typeOfIRExpr(irsb->tyenv, arg2) == Ity_I1);
525 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1)
    [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
host_x86_isel.c     [all...]
guest_x86_toIR.c 214 /* The IRSB* into which we're generating code. */
215 static IRSB* irsb; variable
318 addStmtToIRSB( irsb, st );
325 return newIRTemp( irsb->tyenv, ty );
553 IRType ty = typeOfIRExpr(irsb->tyenv, e);
571 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_I16);
602 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128);
608 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_I64);
614 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_F64)
    [all...]
host_arm_isel.c     [all...]
guest_amd64_toIR.c 206 /* The IRSB* into which we're generating code. */
207 static IRSB* irsb; variable
233 return newIRTemp( irsb->tyenv, ty );
236 /* Add a statement to the list held by "irsb". */
239 addStmtToIRSB( irsb, st );
955 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I8);
988 IRType ty = typeOfIRExpr(irsb->tyenv, e);
    [all...]
guest_arm_toIR.c 137 /* MOD: The IRSB* into which we're generating code. */
138 static IRSB* irsb; variable
318 addStmtToIRSB( irsb, st );
335 return newIRTemp( irsb->tyenv, ty );
522 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I32);
662 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F64);
706 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I64);
773 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_V128);
833 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_F32)
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 559 IRSB* sbOut;
571 SB_info* get_SB_info(IRSB* sbIn, Addr origAddr)
945 IRSB* cg_instrument ( VgCallbackClosure* closure,
946 IRSB* sbIn,
    [all...]
  /external/valgrind/main/exp-ptrcheck/
sg_main.c     [all...]
h_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 161 IRSB* sb;
166 IRSB being constructed. Note that it does not contain the
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 782 milliseconds

12