| 2863 | |
| 2864 | |
| 2865 | ExprId LowLevelILFunction::SetRegisterSSAPartial( |
| 2866 | size_t size, const SSARegister& fullReg, uint32_t partialReg, ExprId val, const ILSourceLocation& loc) |
| 2867 | { |
| 2868 | return AddExprWithLocation(LLIL_SET_REG_SSA_PARTIAL, loc, size, 0, fullReg.reg, fullReg.version, partialReg, val); |
| 2869 | } |
| 2870 | |
| 2871 | |
| 2872 | ExprId LowLevelILFunction::SetRegisterSplitSSA( |