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

Function LoadStoreOperandPair

arch/arm64/il.cpp:729–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727
728
729static void LoadStoreOperandPair(LowLevelILFunction& il, bool load, InstructionOperand& operand1,
730 InstructionOperand& operand2, InstructionOperand& operand3)
731{
732 unsigned sz = REGSZ_O(operand1);
733 LoadStoreOperandPairSize(il, load, sz, operand1, operand2, operand3);
734}
735
736
737static void LoadStoreVector(

Callers 1

Calls 1

LoadStoreOperandPairSizeFunction · 0.85

Tested by

no test coverage detected