| 3239 | |
| 3240 | |
| 3241 | ExprId LowLevelILFunction::MultDoublePrecUnsigned( |
| 3242 | size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc) |
| 3243 | { |
| 3244 | return AddExprWithLocation(LLIL_MULU_DP, loc, size, flags, a, b); |
| 3245 | } |
| 3246 | |
| 3247 | |
| 3248 | ExprId LowLevelILFunction::MultDoublePrecSigned( |
no outgoing calls
no test coverage detected