| 2879 | |
| 2880 | |
| 2881 | ExprId LowLevelILFunction::SetRegisterStackTopRelative( |
| 2882 | size_t size, uint32_t regStack, ExprId entry, ExprId val, uint32_t flags, const ILSourceLocation& loc) |
| 2883 | { |
| 2884 | return AddExprWithLocation(LLIL_SET_REG_STACK_REL, loc, size, flags, regStack, entry, val); |
| 2885 | } |
| 2886 | |
| 2887 | |
| 2888 | ExprId LowLevelILFunction::RegisterStackPush( |