mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Added getSplit based on lane subset
This commit is contained in:
parent
4f925923c5
commit
2f3415de8c
2 changed files with 23 additions and 1 deletions
|
@ -143,6 +143,7 @@ public:
|
|||
TransformVar *getPreexistingVarnode(Varnode *vn); ///< Get (or create) placeholder for preexisting Varnode
|
||||
TransformVar *getPiece(Varnode *vn,int4 bitSize,int4 lsbOffset); ///< Get (or create) placeholder piece
|
||||
TransformVar *getSplit(Varnode *vn,const LaneDescription &description);
|
||||
TransformVar *getSplit(Varnode *vn,const LaneDescription &description,int4 numLanes,int4 startLane);
|
||||
void opSetInput(TransformOp *rop,TransformVar *rvn,int4 slot); ///< Mark given variable as input to given op
|
||||
void opSetOutput(TransformOp *rop,TransformVar *rvn); ///< Mark given variable as output of given op
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue