Searched defs:IRStmt (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h69 Statements (type 'IRStmt') represent operations with side-effects,
1882 by IRStmt.LLSC since Load-Linkeds have side effects and so
2482 below in the comments for IRStmt.
2512 If an IRStmt 'st' has st.tag equal to Iex_Store, then it's a store
2613 instead use IRStmt.LLSC.
2749 IRStmt; typedef in typeref:struct:_IRStmt
2752 extern IRStmt* IRStmt_NoOp ( void );
2753 extern IRStmt* IRStmt_IMark ( Addr64 addr, Int len, UChar delta );
2754 extern IRStmt* IRStmt_AbiHint ( IRExpr* base, Int len, IRExpr* nia );
2755 extern IRStmt* IRStmt_Pu
[all...]

Completed in 46 milliseconds