Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs1096 instructionSets = new List<InstructionSet>(); in ArchitectureDecoder()
1105 get => instructionSets;
1164 if(instructionSets.Contains(InstructionSet.E)) in TryHandleSingleCharInstructionSetName()
1168 instructionSets.Add(InstructionSet.I); in TryHandleSingleCharInstructionSetName()
1171 if(instructionSets.Contains(InstructionSet.I)) in TryHandleSingleCharInstructionSetName()
1175 instructionSets.Add(InstructionSet.E); in TryHandleSingleCharInstructionSetName()
1178 instructionSets.Add(InstructionSet.M); in TryHandleSingleCharInstructionSetName()
1181 instructionSets.Add(InstructionSet.A); in TryHandleSingleCharInstructionSetName()
1184 instructionSets.Add(InstructionSet.F); in TryHandleSingleCharInstructionSetName()
1187 instructionSets.Add(InstructionSet.D); in TryHandleSingleCharInstructionSetName()
[all …]