Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs56 …static void EnableRiscvOpcodesCounting(this BaseRiscV cpu, BaseRiscV.InstructionSet instructionSet) in EnableRiscvOpcodesCounting() argument
72 if(!map.TryGetValue(instructionSet, out var resourceNames)) in EnableRiscvOpcodesCounting()