rose: add CHECK_BYTE/CHECK_MASK instructions

These instructions are specialisations of the "lookaround" code for
performance.
This commit is contained in:
Xu, Chi
2016-05-13 08:52:43 +08:00
committed by Matthew Barr
parent 1bab10698f
commit 4d7469392d
8 changed files with 702 additions and 0 deletions

View File

@@ -512,6 +512,7 @@ set (hs_exec_SRCS
src/rose/rose_program.h
src/rose/rose_types.h
src/rose/rose_common.h
src/rose/validate_mask.h
src/util/bitutils.h
src/util/exhaust.h
src/util/fatbit.h