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

Method DivDoublePrecUnsigned

lowlevelilinstruction.cpp:3261–3265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3259
3260
3261ExprId LowLevelILFunction::DivDoublePrecUnsigned(
3262 size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3263{
3264 return AddExprWithLocation(LLIL_DIVU_DP, loc, size, flags, a, b);
3265}
3266
3267
3268ExprId LowLevelILFunction::DivSigned(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