mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 17:09:58 +03:00
[arm] Add value extraction for SoRegReg operand.
This commit is contained in:
parent
2e6245b378
commit
24f1f65cc6
@ -50,6 +50,9 @@ instance ExtractValue ARM.ARM BranchExecuteTarget (BVType 32) where
|
||||
instance ExtractValue ARM.ARM SoRegImm (BVType 32) where
|
||||
extractValue = return . MC.BVValue NR.knownNat . toInteger . soRegImmToBits
|
||||
|
||||
instance ExtractValue ARM.ARM SoRegReg (BVType 32) where
|
||||
extractValue = return . MC.BVValue NR.knownNat . toInteger . soRegRegToBits
|
||||
|
||||
|
||||
|
||||
-- instance ExtractValue arch AddrModeImm12 (BVType 12) where
|
||||
|
Loading…
Reference in New Issue
Block a user