| 2850 | |
| 2851 | |
| 2852 | ExprId LowLevelILFunction::SetRegisterSplit( |
| 2853 | size_t size, uint32_t high, uint32_t low, ExprId val, uint32_t flags, const ILSourceLocation& loc) |
| 2854 | { |
| 2855 | return AddExprWithLocation(LLIL_SET_REG_SPLIT, loc, size, flags, high, low, val); |
| 2856 | } |
| 2857 | |
| 2858 | |
| 2859 | ExprId LowLevelILFunction::SetRegisterSSA(size_t size, const SSARegister& reg, ExprId val, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected