Skip to content

Commit

Permalink
examples/cfg/filter.yml: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed May 15, 2024
1 parent bfb3743 commit 19176aa
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions examples/cfg/filter.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
---
filter:
sets:
# keep: [XCoreVSimd]
# drop: [RISCVBase, RISCVEncoding, Zicsr, Zifencei, RVSMode, RVDebug, RV32I, RVNMode, XCoreVSimd]
drop: [RISCVBase, RISCVEncoding, Zicsr, Zifencei, RVSMode, RVDebug, RV32I, RVNMode]
# drop: [RISCVBase, RISCVEncoding, Zicsr, Zifencei, RVSMode, RVDebug, RV32I, RVNMode, RV32Zpsfoperand]
drop:
- RISCVBase
- RISCVEncoding
- Zicsr
- Zifencei
- RVSMode
- RVDebug
- RV32I
- RVNMod
instructions:
# keep: [CV_ABS, CV_ADD_B]
# keep: [SEAL5_simd_add16]
# drop: [CV_CLIPU, CV_CLIPR, CV_CLIPUR, CV_SLET, CV_SLETU, SEAL5_CV_SHUFFLE2_B, SEAL5_CV_SHUFFLE2_H, ".*_(SC|SCI)_.*"]
drop: [SEAL5_CV_CLIPU, SEAL5_CV_CLIPR, SEAL5_CV_CLIPUR, SEAL5_CV_SLET, SEAL5_CV_SLETU, SEAL5_CV_PACK, SEAL5_CV_PACKLO_B]
drop:
- SEAL5_CV_CLIPU
- SEAL5_CV_CLIPR
- SEAL5_CV_CLIPUR
- SEAL5_CV_SLET
- SEAL5_CV_SLETU
- SEAL5_CV_PACK
- SEAL5_CV_PACKLO_B
opcodes:
keep: [custom-0, custom-1, custom-2 ,custom-3, 0b00000, OP-P, OP]
keep:
- custom-0
- custom-1
- custom-2
- custom-3
- 0b00000
- OP-P
- OP
encoding_sizes:
keep: [32]

0 comments on commit 19176aa

Please sign in to comment.