Skip to content

Commit

Permalink
remove isMa attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Wye authored and qinjun-li committed Jul 8, 2024
1 parent 7cc9d10 commit 936f3d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 182 deletions.
2 changes: 0 additions & 2 deletions t1/src/decoder/T1DecodePattern.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ case class T1DecodePattern(instruction: Instruction, param: DecoderParam) extend
def isIota: isIota = attribute.isIota(this)
def isItype: isItype = attribute.isItype(this)
def isLogic: isLogic = attribute.isLogic(this)
def isMa: isMa = attribute.isMa(this)
def isMaskdestination: isMaskdestination = attribute.isMaskdestination(this)
def isMasklogic: isMasklogic = attribute.isMasklogic(this)
def isMasksource: isMasksource = attribute.isMasksource(this)
Expand Down Expand Up @@ -148,7 +147,6 @@ case class T1DecodePattern(instruction: Instruction, param: DecoderParam) extend
isIota,
isItype,
isLogic,
isMa,
isMaskdestination,
isMasklogic,
isMasksource,
Expand Down
180 changes: 0 additions & 180 deletions t1/src/decoder/attribute/isMa.scala

This file was deleted.

0 comments on commit 936f3d3

Please sign in to comment.