mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 10:10:35 +03:00
rose: add multi-path shufti 16x8, 32x8, 32x16, 64x8 and multi-path lookaround instructions.
This commit is contained in:
@@ -386,7 +386,8 @@ struct RoseEngine {
|
||||
u32 roseCount;
|
||||
u32 lookaroundTableOffset; //!< base of lookaround offset list (of s8 values)
|
||||
u32 lookaroundReachOffset; /**< base of lookaround reach bitvectors (32
|
||||
* bytes each) */
|
||||
* bytes for single-path lookaround and 256 bytes
|
||||
* for multi-path lookaround) */
|
||||
|
||||
u32 eodProgramOffset; //!< EOD program, otherwise 0.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user