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

Method ModDoublePrecUnsigned

lowlevelilinstruction.cpp:3287–3291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3285
3286
3287ExprId LowLevelILFunction::ModDoublePrecUnsigned(
3288 size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3289{
3290 return AddExprWithLocation(LLIL_MODU_DP, loc, size, flags, a, b);
3291}
3292
3293
3294ExprId LowLevelILFunction::ModSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected