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

Method ModDoublePrecSigned

lowlevelilinstruction.cpp:3300–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3298
3299
3300ExprId LowLevelILFunction::ModDoublePrecSigned(
3301 size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3302{
3303 return AddExprWithLocation(LLIL_MODS_DP, loc, size, flags, a, b);
3304}
3305
3306
3307ExprId LowLevelILFunction::Neg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected