Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVInstructionPythonEngine.cs23 …public RiscVInstructionPythonEngine(BaseRiscV cpu, string pattern, string script = null, OptionalR… in RiscVInstructionPythonEngine()
82 private readonly string pattern; field in Antmicro.Renode.Hooks.RiscVInstructionPythonEngine
DRiscVCpuHooksExtensions.cs28 …c void InstallCustomInstructionHandlerFromString(this BaseRiscV cpu, string pattern, string python… in InstallCustomInstructionHandlerFromString()
34 …tatic void InstallCustomInstructionHandlerFromFile(this BaseRiscV cpu, string pattern, string path) in InstallCustomInstructionHandlerFromFile()
DBaseRiscV.cs251 … public bool InstallCustomInstruction(string pattern, Action<UInt64> handler, string name = null) in InstallCustomInstruction()
586 …private static void ReportInvalidCustomInstructionFormat(ulong pattern, int bitsLength, string for… in ReportInvalidCustomInstructionFormat()
593 private static void CheckCustomInstructionLengthPattern(ulong pattern, int bitLength) in CheckCustomInstructionLengthPattern()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs102 public void PrintTree(ICommandInteraction writer, TreeViewBlock[] pattern = null) in PrintTree()
175 private static void FixLastSign(TreeViewBlock[] pattern) in FixLastSign()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_OpcodesCounting.cs28 public void InstallOpcodeCounterPattern(string name, string pattern) in InstallOpcodeCounterPattern()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs146 …public TerminalTesterResult WaitFor(string pattern, TimeInterval? timeout = null, bool treatAsRege… in WaitFor()
445 …private TerminalTesterResult CheckFinishedLines(string pattern, bool regex, string eventName, bool… in CheckFinishedLines()
486 …private TerminalTesterResult CheckUnfinishedLine(string pattern, bool regex, string eventName, boo… in CheckUnfinishedLine()
DNetworkInterfaceTester.cs148 private bool IsMatch(string pattern, int index, byte[] packet) in IsMatch()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1454 public static bool TryParseBitPattern(string pattern, out ulong value, out ulong mask) in TryParseBitPattern()