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

Method FloatSub

lowlevelilinstruction.cpp:3612–3615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3610
3611
3612ExprId LowLevelILFunction::FloatSub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3613{
3614 return AddExprWithLocation(LLIL_FSUB, loc, size, flags, a, b);
3615}
3616
3617
3618ExprId LowLevelILFunction::FloatMult(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