Home | History | Annotate | Download | only in pub

Lines Matching refs:Store

248 /* IREndness is used in load IRExprs and store IRStmts. */
1665 Load-Linkeds (and Store-Conditionals) are instead represented
2104 IRExpr* addr; /* store address */
2170 If an IRStmt 'st' has st.tag equal to Iex_Store, then it's a store
2172 'st.Ist.Store.<fieldname>'.
2269 /* Write a value to memory. This is a normal store, not a
2270 Store-Conditional. To represent a Store-Conditional,
2275 IREndness end; /* Endianness of the store */
2276 IRExpr* addr; /* store address */
2278 } Store;
2298 /* Either Load-Linked or Store-Conditional, depending on
2313 If STOREDATA is not NULL then this is a Store-Conditional,
2316 result = Store-Conditional(addr, storedata, end)
2319 has type Ity_I1. The store may fail or succeed depending
2321 address. RESULT is written 1 if the store succeeds and 0