Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DAndes_AndeStarV5Extension.cs61 …private void ReadFromMemoryToRegister(ulong opcode, AccessWidth width, Func<ulong, ulong> extracto… in ReadFromMemoryToRegister() argument
98 …private void WriteRegisterToMemory(ulong opcode, AccessWidth width, Func<ulong, ulong> extractor, … in WriteRegisterToMemory() argument
123 private void HandleADDIGP(ulong opcode) in HandleADDIGP()
132 private ulong LoadExtractorByte(ulong opcode) in LoadExtractorByte()
137 private ulong StoreExtractorByte(ulong opcode) in StoreExtractorByte()
142 private ulong LoadExtractorWord(ulong opcode) in LoadExtractorWord()
151 private ulong StoreExtractorWord(ulong opcode) in StoreExtractorWord()
156 private ulong StoreExtractorDoubleWord(ulong opcode) in StoreExtractorDoubleWord()
166 private ulong LoadExtractorDoubleWord(ulong opcode) in LoadExtractorDoubleWord()
176 …private ulong GetImmediate(ulong opcode, Func<ulong, ulong> valueExtractor, int bitCount, bool ext… in GetImmediate() argument
DOpenTitan_BigNumberAcceleratorCore.cs429 private void LoopHandler(ulong opcode) in LoopHandler()
440 private void LoopiHandler(ulong opcode) in LoopiHandler()
487 private void WsrWriteReadHandler(ulong opcode) in WsrWriteReadHandler()
533 private void BnMulQAccHandler(ulong opcode) in BnMulQAccHandler()
554 private void BnMulQAccWithWriteHandler(ulong opcode) in BnMulQAccWithWriteHandler()
641 private void BnCmpHandler(ulong opcode) in BnCmpHandler()
659 private void BnSelHandler(ulong opcode) in BnSelHandler()
670 private void BnAddSubHandler(ulong opcode) in BnAddSubHandler()
729 private void ECallHandler(ulong opcode) in ECallHandler()
738 private void BnRShiftIHandler(ulong opcode) in BnRShiftIHandler()
[all …]
DPicoRV32.cs180 private void HandleGetqInstruction(UInt64 opcode) in HandleGetqInstruction()
193 private void HandleSetqInstruction(UInt64 opcode) in HandleSetqInstruction()
203 private void HandleRetirqInstruction(UInt64 opcode) in HandleRetirqInstruction()
222 private void HandleMaskirqInstruction(UInt64 opcode) in HandleMaskirqInstruction()
247 private void HandleWaitirqInstruction(UInt64 opcode) in HandleWaitirqInstruction()
252 private void HandleTimerInstruction(UInt64 opcode) in HandleTimerInstruction()
DCV32E40P.cs113 private void MultiplyAccumulate(ulong opcode, bool operationAdd, string log) in MultiplyAccumulate()
132 … private void LoadRegisterImmediate(ulong opcode, Width width, BitExtension extension, string log) in LoadRegisterImmediate()
146 …private void LoadRegisterRegister(ulong opcode, Width width, BitExtension extension, string log, b… in LoadRegisterRegister()
166 private void StoreRegisterImmediate(ulong opcode, Width width, string log) in StoreRegisterImmediate()
180 …private void StoreRegisterRegister(ulong opcode, Width width, string log, bool postIncrement = fal… in StoreRegisterRegister()
201 private void CompareRegisters(ulong opcode, ComparisonType type, Sign sign, string log) in CompareRegisters()
233 …private void ManipulateBitsInRegister(ulong opcode, Source source, Operation operation, Width widt… in ManipulateBitsInRegister()
288 private void BranchIf(ulong opcode, Equality equality, string log) in BranchIf()
DVexRiscv.cs102 private void HandleFlushDataCacheInstruction(UInt64 opcode) in HandleFlushDataCacheInstruction()
DBaseRiscV.cs781 private int HandleCustomInstruction(UInt64 id, UInt64 opcode) in HandleCustomInstruction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs97 …uctionFlatbuffer(FlatBufferBuilder builder, DisassemblyResult result, byte[] opcode, List<Addition… in BuildInstructionFlatbuffer()
218 …public InstructionTrace(DisassemblyResult result, byte[] opcode, List<AdditionalData> additionalDa… in InstructionTrace()
DTraceBinaryWriter.cs142 private bool TryReadAndDecodeInstruction(ulong pc, uint flags, out byte[] opcode) in TryReadAndDecodeInstruction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs37 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
185 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
352 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
374 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()
DIDisassembler.cs15 …bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset… in TryDecodeInstruction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_OpcodesCounting.cs42 public void InstallOpcodeCounterPattern(string name, ulong opcode, ulong mask) in InstallOpcodeCounterPattern()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DMPFS_SystemServices.cs84 private void HandleRequest(Commands opcode, uint offset) in HandleRequest()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs817 private bool IsValidQueryOpcode(QueryFunction function, QueryFunctionOpcode opcode) in IsValidQueryOpcode()