Searched defs:log (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | CV32E40P.cs | 113 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 …oadRegisterRegister(ulong opcode, Width width, BitExtension extension, string log, bool postIncrem… 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 …itsInRegister(ulong opcode, Source source, Operation operation, Width width, Sign sign, string log) in ManipulateBitsInRegister() 288 private void BranchIf(ulong opcode, Equality equality, string log) in BranchIf()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ |
| D | PeripheralRegister.cs | 801 private bool InvalidTagValues(long offset, ulong originalValue, out string log) in InvalidTagValues()
|