Home | History | Annotate | Download | only in pub

Lines Matching defs:Load

74    eg. (3 + (4 * load(addr1)).
253 /* IREndness is used in load IRExprs and store IRStmts. */
1973 an IRExpr 'e' has e.tag equal to Iex_Load, then it's a load
1975 'e.Iex.Load.<fieldname>'.
2083 /* A load from memory -- a normal load, not a load-linked.
2084 Load-Linkeds (and Store-Conditionals) are instead represented
2085 by IRStmt.LLSC since Load-Linkeds have side effects and so
2090 IREndness end; /* Endian-ness of the load */
2093 } Load;
2495 preceding Linked-Load, and needs to be handed through to the
2630 address, 'guard' is the guarding condition. If the load takes
2636 For example, imagine doing a conditional 8-bit load, in which the
2642 There is no explicit indication of the type at which the load is
2658 ILGop_16Uto32, /* 16 bit load, Z-widen to 32 */
2659 ILGop_16Sto32, /* 16 bit load, S-widen to 32 */
2660 ILGop_8Uto32, /* 8 bit load, Z-widen to 32 */
2661 ILGop_8Sto32 /* 8 bit load, S-widen to 32 */
2667 IREndness end; /* Endianness of the load */
2671 IRExpr* alt; /* Value if load is not done. */
2843 /* Guarded load. Note that this is defined to evaluate all
2870 /* Either Load-Linked or Store-Conditional, depending on
2873 If STOREDATA is NULL then this is a Load-Linked, meaning
2878 result = Load-Linked(addr, end)