| 2902 | |
| 2903 | |
| 2904 | ExprId LowLevelILFunction::SetRegisterStackAbsoluteSSA(size_t size, uint32_t regStack, size_t destVersion, |
| 2905 | size_t srcVersion, uint32_t reg, ExprId val, const ILSourceLocation& loc) |
| 2906 | { |
| 2907 | return AddExprWithLocation(LLIL_SET_REG_STACK_ABS_SSA, loc, size, 0, |
| 2908 | AddExprWithLocation(LLIL_REG_STACK_DEST_SSA, loc, size, 0, regStack, destVersion, srcVersion), reg, val); |
| 2909 | } |
| 2910 | |
| 2911 | |
| 2912 | ExprId LowLevelILFunction::SetFlag(uint32_t flag, ExprId val, const ILSourceLocation& loc) |