Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs1143 if(TryHandleSingleCharInstructionSetName(instructionSetsString.First())) in Decode()
1159 private bool TryHandleSingleCharInstructionSetName(char isaChar) in TryHandleSingleCharInstructionSetName() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV.ArchitectureDecoder