Searched refs:pxControl (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_opt.h45 supplied |pxControl| argument. */
51 VexRegisterUpdates pxControl,
72 VexRegisterUpdates pxControl
H A Dguest_generic_bb_to_IR.h179 /*MOD*/VexRegisterUpdates* pxControl,
H A Dmain_main.c313 /*OUT*/ VexRegisterUpdates* pxControl)
554 *pxControl = vex_control.iropt_register_updates_default;
555 vassert(*pxControl >= VexRegUpdSpAtMemAccess
556 && *pxControl <= VexRegUpdAllregsAtEachInsn);
561 pxControl,
594 /* bb_to_IR() could have caused pxControl to change. */
595 vassert(*pxControl >= VexRegUpdSpAtMemAccess
596 && *pxControl <= VexRegUpdAllregsAtEachInsn);
625 irsb = do_iropt_BB ( irsb, specHelper, preciseMemExnsFn, *pxControl,
705 VexRegisterUpdates pxControl )
311 LibVEX_FrontEnd( VexTranslateArgs* vta, VexTranslateResult* res, VexRegisterUpdates* pxControl) argument
1171 VexRegisterUpdates pxControl = VexRegUpd_INVALID; local
[all...]
H A Dguest_mips_helpers.c301 Int minoff, Int maxoff, VexRegisterUpdates pxControl
311 if (pxControl == VexRegUpdSpAtMemAccess)
338 Int minoff, Int maxoff, VexRegisterUpdates pxControl
348 if (pxControl == VexRegUpdSpAtMemAccess)
H A Dir_opt.c720 VexRegisterUpdates pxControl
832 switch (pxControl) {
853 if (preciseMemExnsFn( k_lo, k_hi, pxControl ))
888 VexRegisterUpdates pxControl
896 vassert(pxControl < VexRegUpdAllregsAtEachInsn);
988 handle_gets_Stmt( env, st, preciseMemExnsFn, pxControl );
4486 void do_redundant_PutI_elimination ( IRSB* bb, VexRegisterUpdates pxControl )
4492 vassert(pxControl < VexRegUpdAllregsAtEachInsn);
5621 VexRegisterUpdates pxControl,
5656 pxControl)) {
5618 dirty_helper_puts( const IRDirty *d, Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), VexRegisterUpdates pxControl, Bool *requiresPreciseMemExns ) argument
5670 stmt_modifies_guest_state( IRSB *bb, const IRStmt *st, Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), VexRegisterUpdates pxControl, Bool *requiresPreciseMemExns ) argument
6573 do_iropt_BB( IRSB* bb0, IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int), Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), VexRegisterUpdates pxControl, Addr guest_addr, VexArch guest_arch ) argument
[all...]
H A Dguest_ppc_helpers.c945 Int minoff, Int maxoff, VexRegisterUpdates pxControl
957 if (pxControl == VexRegUpdSpAtMemAccess)
979 Int minoff, Int maxoff, VexRegisterUpdates pxControl
997 if (pxControl == VexRegUpdSpAtMemAccess)
H A Dguest_arm_helpers.c1360 Int minoff, Int maxoff, VexRegisterUpdates pxControl
1370 if (pxControl == VexRegUpdSpAtMemAccess)
H A Dguest_arm64_helpers.c1921 Int minoff, Int maxoff, VexRegisterUpdates pxControl
1931 if (pxControl == VexRegUpdSpAtMemAccess)
H A Dguest_generic_bb_to_IR.c184 /*MOD*/VexRegisterUpdates* pxControl,
558 = needs_self_check(callback_opaque, pxControl, vge);
180 bb_to_IR( VexGuestExtents* vge, UInt* n_sc_extents, UInt* n_guest_instrs, VexRegisterUpdates* pxControl, void* callback_opaque, DisOneInstrFn dis_instr_fn, const UChar* guest_code, Addr guest_IP_bbstart, Bool (*chase_into_ok)(void*,Addr), VexEndness host_endness, Bool sigill_diag, VexArch arch_guest, const VexArchInfo* archinfo_guest, const VexAbiInfo* abiinfo_both, IRType guest_word_type, UInt (*needs_self_check) (void*, VexRegisterUpdates*, const VexGuestExtents*), Bool (*preamble_function)(void*,IRSB*), Int offB_GUEST_CMSTART, Int offB_GUEST_CMLEN, Int offB_GUEST_IP, Int szB_GUEST_IP ) argument
H A Dguest_s390_helpers.c156 Int minoff, Int maxoff, VexRegisterUpdates pxControl
170 if (pxControl == VexRegUpdSpAtMemAccess)
H A Dguest_x86_helpers.c2897 Int minoff, Int maxoff, VexRegisterUpdates pxControl
2909 if (pxControl == VexRegUpdSpAtMemAccess)
H A Dguest_amd64_helpers.c4429 Int minoff, Int maxoff, VexRegisterUpdates pxControl
4441 if (pxControl == VexRegUpdSpAtMemAccess)
/external/valgrind/VEX/pub/
H A Dlibvex.h714 the IR optimiser. Before the call, VEX will set *pxControl
722 /*MAYBE_MOD*/VexRegisterUpdates* pxControl,
798 /*OUT*/ VexRegisterUpdates* pxControl );
/external/valgrind/none/tests/
H A Dlibvex_test.c14 UInt return_0(void *cb, VexRegisterUpdates* pxControl, argument
/external/valgrind/coregrind/
H A Dm_translate.c789 /*MAYBE_MOD*/VexRegisterUpdates* pxControl,
799 revised *pxControl value? */
804 && *pxControl != VG_(clo_px_file_backed);
907 *pxControl = VG_(clo_px_file_backed);
914 switch (*pxControl) {
788 needs_self_check( void* closureV, VexRegisterUpdates* pxControl, const VexGuestExtents* vge ) argument

Completed in 763 milliseconds