Skip to content

Commit

Permalink
[doc] fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Wye committed Jun 12, 2024
1 parent c69f03e commit 9dbfc91
Show file tree
Hide file tree
Showing 55 changed files with 108 additions and 108 deletions.
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isAdder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ object isAdder {
"vwsubu.wv",
"vwsubu.wx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
2 changes: 1 addition & 1 deletion t1/src/decoder/attribute/isAverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object isAverage {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isCompress.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ object isCompress {
val allMatched = Seq(
"vcompress.vm",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isCrossread.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ object isCrossread {
"vwsubu.wv",
"vwsubu.wx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isCrosswrite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ object isCrosswrite {
"vwsubu.wv",
"vwsubu.wx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isDivider.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ object isDivider {
"vremu.vv",
"vremu.vx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isDontneedexecuteinlane.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ object isDontneedexecuteinlane {
"vzext.vf4",
"vzext.vf8",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isExtend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ object isExtend {
"vzext.vf4",
"vzext.vf8",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFcompare.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ object isFcompare {
"vmfne.vf",
"vmfne.vv",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ object isFfo {
"vmsif.m",
"vmsof.m",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFirstwiden.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ object isFirstwiden {
"vwsubu.wv",
"vwsubu.wx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFloat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ object isFloat {
"vmfne.vf",
"vmfne.vv",
) else Seq()
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFloatmul.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ object isFloatmul {
"vfmul.vf",
"vfmul.vv",
) else Seq()
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFloattype.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ object isFloattype {
"vmfne.vf",
"vmfne.vv",
) else Seq()
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFma.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ object isFma {
"vfsub.vf",
"vfsub.vv",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isFother.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ object isFother {
"vfsgnjx.vf",
"vfsgnjx.vv",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isGather.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ object isGather {
"vrgather.vx",
"vrgatherei16.vv",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isGather16.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ object isGather16 {
val allMatched = Seq(
"vrgatherei16.vv",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isId.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ object isId {
"vwsubu.wv",
"vwsubu.wx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isIndextype.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ object isIndextype {
"vsuxei64.v",
"vsuxei8.v",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isIota.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ object isIota {
val allMatched = Seq(
"viota.m",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isItype.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ object isItype {
"vssrl.vi",
"vxor.vi",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isLogic.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ object isLogic {
"vxor.vv",
"vxor.vx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isMa.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ object isMa {
"vzext.vf4",
"vzext.vf8",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
4 changes: 2 additions & 2 deletions t1/src/decoder/attribute/isMaskdestination.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ object isMaskdestination {
"vmsne.vv",
"vmsne.vx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
!(y(t1DecodePattern) || dc(t1DecodePattern))
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}

def dc(t1DecodePattern: T1DecodePattern): Boolean = false
Expand Down
Loading

0 comments on commit 9dbfc91

Please sign in to comment.