Searched refs:IRAtom (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/VEX/useful/
H A Dtest_main.c647 typedef IRExpr IRAtom; typedef
651 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
662 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
673 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
748 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
761 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
767 static IRAtom* mkDifD1
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c326 typedef IRExpr IRAtom; typedef
330 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
343 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
356 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
456 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
483 IRAtom* z64 = IRExpr_Const(IRConst_U64(0));
498 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a
[all...]
/external/valgrind/lackey/
H A Dlk_main.c297 IRAtom; typedef
367 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard)
414 IRAtom* addr;
416 IRAtom* guard; /* :: Ity_I1, or NULL=="always True" */
527 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize )
546 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard )
566 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize )
573 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guar
[all...]
/external/valgrind/cachegrind/
H A Dcg_main.c499 IRAtom; typedef
523 IRAtom* ea;
527 IRAtom* ea;
531 IRAtom* ea;
535 IRAtom* taken; /* :: Ity_I1 */
538 IRAtom* dst;
548 static IRAtom* get_Event_dea ( Event* ev ) {
895 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
915 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
953 Int datasize, IRAtom* e
[all...]
/external/valgrind/callgrind/
H A Dmain.c231 IRAtom; typedef
253 IRAtom* ea;
257 IRAtom* ea;
261 IRAtom* ea;
265 IRAtom* taken; /* :: Ity_I1 */
268 IRAtom* dst;
280 static IRAtom* get_Event_dea ( Event* ev ) {
617 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
638 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
674 Int datasize, IRAtom* e
[all...]

Completed in 130 milliseconds