Home
last modified time | relevance | path

Searched refs:EnableRiscvOpcodesCounting (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs21 public static void EnableRiscvOpcodesCounting(this BaseRiscV cpu, ReadFilePath file) in EnableRiscvOpcodesCounting() method in Antmicro.Renode.Peripherals.CPU.RiscvOpcodesExtensions
31 public static void EnableRiscvOpcodesCounting(this BaseRiscV cpu) in EnableRiscvOpcodesCounting() method in Antmicro.Renode.Peripherals.CPU.RiscvOpcodesExtensions
35 cpu.EnableRiscvOpcodesCounting(set); in EnableRiscvOpcodesCounting()
47 cpu.EnableRiscvOpcodesCounting(file); in EnableRiscvOpcodesCountingFromEmbeddedResource()
56 …public static void EnableRiscvOpcodesCounting(this BaseRiscV cpu, BaseRiscV.InstructionSet instruc… in EnableRiscvOpcodesCounting() method in Antmicro.Renode.Peripherals.CPU.RiscvOpcodesExtensions
85 cpu.EnableRiscvOpcodesCounting(file); in EnableRiscvOpcodesCounting()
DVectorInstructionsOpcodes.cs15 cpu.EnableRiscvOpcodesCounting(BaseRiscV.InstructionSet.V); in EnableVectorOpcodesCounting()