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

Method SetRegisterSplit

lowlevelilinstruction.cpp:2852–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2850
2851
2852ExprId LowLevelILFunction::SetRegisterSplit(
2853 size_t size, uint32_t high, uint32_t low, ExprId val, uint32_t flags, const ILSourceLocation& loc)
2854{
2855 return AddExprWithLocation(LLIL_SET_REG_SPLIT, loc, size, flags, high, low, val);
2856}
2857
2858
2859ExprId LowLevelILFunction::SetRegisterSSA(size_t size, const SSARegister& reg, ExprId val, const ILSourceLocation& loc)

Callers 9

CopyToMethod · 0.80
LoadPairFunction · 0.80
WriteSplitOperandsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected