Home | History | Annotate | Download | only in coregrind

Lines Matching refs:IRSB

219 IRSB* tool_instrument_then_gdbserver_if_needed ( VgCallbackClosure* closureV,
220 IRSB* sb_in,
258 IRSB* vg_SP_update_pass ( void* closureV,
259 IRSB* sb_in,
279 IRSB* bb = emptyIRSB();
897 static void gen_PUSH ( IRSB* bb, IRExpr* e )
992 static IRTemp gen_POP ( IRSB* bb )
1081 static void gen_push_and_set_LR_R2 ( IRSB* bb, Addr64 new_R2_value )
1097 static void gen_pop_R2_LR_then_bLR ( IRSB* bb )
1123 Bool mk_preamble__ppctoc_magic_return_stub ( void* closureV, IRSB* bb )
1126 /* Since we're creating the entire IRSB right here, give it a
1163 Bool mk_preamble__set_NRADDR_to_zero ( void* closureV, IRSB* bb )
1196 Bool mk_preamble__set_NRADDR_to_nraddr ( void* closureV, IRSB* bb )
1274 IRSB*);
1479 IRSB*(*f)(VgCallbackClosure*,
1480 IRSB*,VexGuestLayout*,VexGuestExtents*,
1485 IRSB*(*g)(void*,
1486 IRSB*,VexGuestLayout*,VexGuestExtents*,
1488 = (IRSB*(*)(void*,IRSB*,VexGuestLayout*,VexGuestExtents*,IRType,IRType))f;