HomeSort by relevance Sort by last modified time
    Searched refs:IRAtom (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/VEX/
test_main.c 626 typedef IRExpr IRAtom;
630 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
641 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
652 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
727 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
740 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
746 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 )
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 319 typedef IRExpr IRAtom;
323 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
336 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
349 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
448 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
475 IRAtom* z64 = IRExpr_Const(IRConst_U64(0));
490 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 )
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 297 IRAtom;
361 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard)
408 IRAtom* addr;
410 IRAtom* guard; /* :: Ity_I1, or NULL=="always True" */
521 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize )
540 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard )
560 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize )
567 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 507 IRAtom;
531 IRAtom* ea;
535 IRAtom* ea;
539 IRAtom* ea;
543 IRAtom* taken; /* :: Ity_I1 */
546 IRAtom* dst;
556 static IRAtom* get_Event_dea ( Event* ev ) {
903 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
923 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
961 Int datasize, IRAtom* ea, IRAtom* guard
    [all...]
  /external/valgrind/main/callgrind/
main.c 230 IRAtom;
252 IRAtom* ea;
256 IRAtom* ea;
260 IRAtom* ea;
264 IRAtom* taken; /* :: Ity_I1 */
267 IRAtom* dst;
279 static IRAtom* get_Event_dea ( Event* ev ) {
616 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
637 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
673 Int datasize, IRAtom* ea, IRAtom* guard
    [all...]

Completed in 88 milliseconds