Esempio n. 1
0
 public override RiscVInstruction Decode(RiscVDisassembler dasm, uint wInstr)
 {
     return(dasm.DecodeWideOperands(opcode, InstrClass.Linear, fmt, wInstr));
 }
Esempio n. 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));
            }
Esempio n. 3
0
 public override RiscVInstruction Decode(RiscVDisassembler dasm, uint wInstr)
 {
     return dasm.DecodeWideOperands(opcode, fmt, wInstr);
 }