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

Method FloatAdd

lowlevelilinstruction.cpp:3606–3609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3604
3605
3606ExprId LowLevelILFunction::FloatAdd(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3607{
3608 return AddExprWithLocation(LLIL_FADD, loc, size, flags, a, b);
3609}
3610
3611
3612ExprId LowLevelILFunction::FloatSub(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