예제 #1
0
 public override RiscVInstruction Decode(RiscVDisassembler dasm, uint wInstr)
 {
     return(dasm.DecodeWideOperands(opcode, InstrClass.Linear, fmt, wInstr));
 }
예제 #2
0
            public override RiscVInstruction Decode(RiscVDisassembler dasm, uint wInstr)
            {
                var opcode = rl_ra[bit(wInstr, 30) ? 1 : 0];

                return(dasm.DecodeWideOperands(opcode, InstrClass.Linear, fmt, wInstr));
            }
예제 #3
0
 public override RiscVInstruction Decode(RiscVDisassembler dasm, uint wInstr)
 {
     return dasm.DecodeWideOperands(opcode, fmt, wInstr);
 }