Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/
Dtest_main.c603 typedef IRExpr IRAtom; typedef
607 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 ) in isOriginalAtom()
618 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 ) in isShadowAtom()
629 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 ) in sameKindedAtoms()
704 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) { in assignNew()
717 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD8()
723 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD16()
729 static IRAtom* mkDifD32 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD32()
735 static IRAtom* mkDifD64 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD64()
741 static IRAtom* mkDifDV128 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifDV128()
[all …]
/external/valgrind/main/memcheck/
Dmc_translate.c314 typedef IRExpr IRAtom; typedef
318 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 ) in isOriginalAtom()
331 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 ) in isShadowAtom()
344 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 ) in sameKindedAtoms()
441 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e ) in assignNew()
468 IRAtom* z64 = IRExpr_Const(IRConst_U64(0)); in i128_const_zero()
483 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD8()
489 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD16()
495 static IRAtom* mkDifD32 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD32()
501 static IRAtom* mkDifD64 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD64()
[all …]
/external/valgrind/main/lackey/
Dlk_main.c394 IRAtom; typedef
403 IRAtom* addr;
511 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) in addEvent_Ir()
528 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dr()
545 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dw()
/external/valgrind/main/cachegrind/
Dcg_main.c478 IRAtom; typedef
499 IRAtom* ea;
503 IRAtom* ea;
507 IRAtom* ea;
511 IRAtom* taken; /* :: Ity_I1 */
514 IRAtom* dst;
524 static IRAtom* get_Event_dea ( Event* ev ) { in get_Event_dea()
851 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr()
871 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw()
908 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guard ) in addEvent_Bc()
[all …]
/external/valgrind/main/callgrind/
Dmain.c230 IRAtom; typedef
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 ) { in get_Event_dea()
616 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr()
637 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw()
672 void addEvent_Bc ( ClgState* clgs, InstrInfo* inode, IRAtom* guard ) in addEvent_Bc()
[all …]