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

Method DivDoublePrecSigned

lowlevelilinstruction.cpp:3274–3278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3272
3273
3274ExprId LowLevelILFunction::DivDoublePrecSigned(
3275 size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3276{
3277 return AddExprWithLocation(LLIL_DIVS_DP, loc, size, flags, a, b);
3278}
3279
3280
3281ExprId LowLevelILFunction::ModUnsigned(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