Home
last modified time | relevance | path

Searched defs:inst2Cond (Results 1 – 1 of 1) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/decode/
H A DFusionDecoder.scala98 def inst2Cond = instr(1) === Instructions.SRLI && inst2.SHAMT6 === 32.U method
113 def inst2Cond = instr(1) === Instructions.SRLI && inst2.SHAMT6 === 48.U method
140 def inst2Cond = instr(1) === Instructions.SRAIW && inst2.SHAMT5 === 16.U method
155 def inst2Cond = instr(1) === Instructions.ADD && !instr2Rs1ToRs2 method
170 def inst2Cond = instr(1) === Instructions.ADD && !instr2Rs1ToRs2 method
185 def inst2Cond = instr(1) === Instructions.ADD && !instr2Rs1ToRs2 method
200 def inst2Cond = instr(1) === Instructions.SRLI && inst2.SHAMT6 === 31.U method
213 def inst2Cond = instr(1) === Instructions.SRLI && inst2.SHAMT6 === 30.U method
226 def inst2Cond = instr(1) === Instructions.SRLI && inst2.SHAMT6 === 29.U method
239 def inst2Cond = instr(1) === Instructions.ANDI && inst2.IMM12 === 255.U method
[all …]