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

Method FloatNeg

lowlevelilinstruction.cpp:3636–3639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3634
3635
3636ExprId LowLevelILFunction::FloatNeg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3637{
3638 return AddExprWithLocation(LLIL_FNEG, loc, size, flags, a);
3639}
3640
3641
3642ExprId LowLevelILFunction::FloatAbs(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 4

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected