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

Method MultDoublePrecSigned

lowlevelilinstruction.cpp:3248–3252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3246
3247
3248ExprId LowLevelILFunction::MultDoublePrecSigned(
3249 size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3250{
3251 return AddExprWithLocation(LLIL_MULS_DP, loc, size, flags, a, b);
3252}
3253
3254
3255ExprId LowLevelILFunction::DivUnsigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Callers 6

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected