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

Function SimpleIntrinsic

arch/mips/il.cpp:768–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768static ExprId SimpleIntrinsic(LowLevelILFunction& il, MipsIntrinsic intrinsic)
769{
770 return il.Intrinsic({}, intrinsic, {});
771}
772
773// returns 256-bit value of [0:64] || [regHi] || [regMid] || [regLo]
774static ExprId Concat3to256(LowLevelILFunction& il, uint32_t regHi, uint32_t regMid, uint32_t regLo)

Callers 1

Calls 1

IntrinsicMethod · 0.45

Tested by

no test coverage detected