MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / MultDoublePrecUnsigned

Method MultDoublePrecUnsigned

lowlevelilinstruction.cpp:3241–3245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3239
3240
3241ExprId 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
3248ExprId LowLevelILFunction::MultDoublePrecSigned(

Callers 6

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected