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

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h69 Statements (type 'IRStmt') represent operations with side-effects,
2085 by IRStmt.LLSC since Load-Linkeds have side effects and so
2694 below in the comments for IRStmt.
2724 If an IRStmt 'st' has st.tag equal to Iex_Store, then it's a store
2825 instead use IRStmt.LLSC.
2961 IRStmt; typedef in typeref:struct:_IRStmt
2964 extern IRStmt* IRStmt_NoOp ( void );
2965 extern IRStmt* IRStmt_IMark ( Addr addr, UInt len, UChar delta );
2966 extern IRStmt* IRStmt_AbiHint ( IRExpr* base, Int len, IRExpr* nia );
2967 extern IRStmt* IRStmt_Pu
[all...]

Completed in 128 milliseconds