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

Method SetRegisterSplitSSA

lowlevelilinstruction.cpp:2872–2878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2870
2871
2872ExprId LowLevelILFunction::SetRegisterSplitSSA(
2873 size_t size, const SSARegister& high, const SSARegister& low, ExprId val, const ILSourceLocation& loc)
2874{
2875 return AddExprWithLocation(LLIL_SET_REG_SPLIT_SSA, loc, size, 0,
2876 AddExprWithLocation(LLIL_REG_SPLIT_DEST_SSA, loc, size, 0, high.reg, high.version),
2877 AddExprWithLocation(LLIL_REG_SPLIT_DEST_SSA, loc, size, 0, low.reg, low.version), val);
2878}
2879
2880
2881ExprId LowLevelILFunction::SetRegisterStackTopRelative(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected