| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/opcodes/ |
| D | opcodes-rv32zfh | 1 fadd.h rd rs1 rs2 31..27=0x00 rm 26..25=2 6..2=0x14 1..0=3 2 fsub.h rd rs1 rs2 31..27=0x01 rm 26..25=2 6..2=0x14 1..0=3 3 fmul.h rd rs1 rs2 31..27=0x02 rm 26..25=2 6..2=0x14 1..0=3 4 fdiv.h rd rs1 rs2 31..27=0x03 rm 26..25=2 6..2=0x14 1..0=3 5 fsgnj.h rd rs1 rs2 31..27=0x04 14..12=0 26..25=2 6..2=0x14 1..0=3 6 fsgnjn.h rd rs1 rs2 31..27=0x04 14..12=1 26..25=2 6..2=0x14 1..0=3 7 fsgnjx.h rd rs1 rs2 31..27=0x04 14..12=2 26..25=2 6..2=0x14 1..0=3 8 fmin.h rd rs1 rs2 31..27=0x05 14..12=0 26..25=2 6..2=0x14 1..0=3 9 fmax.h rd rs1 rs2 31..27=0x05 14..12=1 26..25=2 6..2=0x14 1..0=3 10 fcvt.h.s rd rs1 24..20=0 31..27=0x08 rm 26..25=2 6..2=0x14 1..0=3 [all …]
|
| D | opcodes-rv64zfh | 3 fcvt.l.h rd rs1 24..20=2 31..27=0x18 rm 26..25=2 6..2=0x14 1..0=3 4 fcvt.lu.h rd rs1 24..20=3 31..27=0x18 rm 26..25=2 6..2=0x14 1..0=3 6 fcvt.h.l rd rs1 24..20=2 31..27=0x1A rm 26..25=2 6..2=0x14 1..0=3 7 fcvt.h.lu rd rs1 24..20=3 31..27=0x1A rm 26..25=2 6..2=0x14 1..0=3
|
| D | opcodes-rv32d-zfh | 1 fcvt.h.d rd rs1 24..20=1 31..27=0x08 rm 26..25=2 6..2=0x14 1..0=3 2 fcvt.d.h rd rs1 24..20=2 31..27=0x08 rm 26..25=1 6..2=0x14 1..0=3
|
| D | opcodes-rv32q-zfh | 1 fcvt.h.q rd rs1 24..20=3 31..27=0x08 rm 26..25=2 6..2=0x14 1..0=3 2 fcvt.q.h rd rs1 24..20=2 31..27=0x08 rm 26..25=3 6..2=0x14 1..0=3
|
| D | opcodes-rv32h | 7 hlv.h rd rs1 24..20=0x0 31..25=0x32 14..12=4 6..2=0x1C 1..0=3 13 hsv.h 11..7=0 rs1 rs2 31..25=0x33 14..12=4 6..2=0x1C 1..0=3
|
| D | opcodes-rv32b | 39 sext.h rd rs1 31..20=0x605 14..12=1 6..2=0x04 1..0=3 42 crc32.h rd rs1 31..20=0x611 14..12=1 6..2=0x04 1..0=3 45 crc32c.h rd rs1 31..20=0x619 14..12=1 6..2=0x04 1..0=3
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | ProgressMonitor.cs | 57 var h = Handler; in UpdateDialog() 76 if(h != null) in UpdateDialog() 78 h.Finish(action.Key); in UpdateDialog() 83 if(h != null) in UpdateDialog() 85 h.Update(action.Key, current.Description, current.Progress); in UpdateDialog()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/ |
| D | TegraDisplay.cs | 38 int h = (int)((value >> 16) & 0xFFFF); in WriteDoubleWord() 39 this.DebugLog("Setting resolution to {0}x{1}", w, h); in WriteDoubleWord() 40 Reconfigure(w, h); in WriteDoubleWord()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/ |
| D | IEventSource.cs | 14 void AttachHandler(IOHandler h); in AttachHandler() argument
|
| D | X11EventSource.cs | 23 public void AttachHandler(IOHandler h) in AttachHandler() argument 25 handler = h; in AttachHandler()
|
| D | XWTEventSource.cs | 23 public void AttachHandler(IOHandler h) in AttachHandler() argument 25 handler = h; in AttachHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/ |
| D | VideoAnalyzer.cs | 57 …ConfigurationChanged += (w, h, f, e) => ApplicationExtensions.InvokeInUIThread(() => displayWidget… in OnAttach() 175 …metersChanged += (w, h, f) => ApplicationExtensions.InvokeInUIThread(() => resolutionL.Text = stri… in EnsureAnalyserWidget()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | HandlesCollection.cs | 58 foreach(var h in All) in UnlatchAll() 60 h.Unlatch(); in UnlatchAll()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | RSAServiceProvider.cs | 76 var h = (qInv * x) % p; in DecryptData() 80 var mBytes = (m2 + h * q).ToByteArray(); in DecryptData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8RRegisters.tt | 13 HEADER_FILE = "Emulator/Cores/tlib/arch/arm64/cpu_registers.h";
|
| D | ARMv8ARegisters.tt | 13 HEADER_FILE = "Emulator/Cores/tlib/arch/arm64/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/ |
| D | XtensaRegisters.tt | 13 HEADER_FILE = "Emulator/Cores/tlib/arch/xtensa/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ |
| D | X86Registers.tt | 14 HEADER_FILE = "Emulator/Cores/tlib/arch/i386/cpu_registers.h";
|
| D | X86_64Registers.tt | 13 HEADER_FILE = "Emulator/Cores/tlib/arch/i386/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ArmRegisters.tt | 14 HEADER_FILE = "Emulator/Cores/tlib/arch/arm/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/ |
| D | PowerPc64Registers.tt | 14 HEADER_FILE = "Emulator/Cores/tlib/arch/ppc/cpu_registers.h";
|
| D | PowerPcRegisters.tt | 14 HEADER_FILE = "Emulator/Cores/tlib/arch/ppc/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ |
| D | CortexMRegisters.tt | 14 HEADER_FILE = "Emulator/Cores/tlib/arch/arm/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/ |
| D | SparcRegisters.tt | 14 HEADER_FILE = "Emulator/Cores/tlib/arch/sparc/cpu_registers.h";
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | BME280.cs | 282 ushort h = (ushort)(h0 + (h100 - h0) * Humidity / 100); in EncodeHumidity() 284 humLsb.Value = (byte)h; in EncodeHumidity() 285 humMsb.Value = (byte)(h >> 8); in EncodeHumidity()
|