Searched refs:MostSignificantBit (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ | ||
| D | RiscV32.cs | 41 protected override byte MostSignificantBit => 31; field in Antmicro.Renode.Peripherals.CPU.RiscV32 |
| D | RiscV64.cs | 41 protected override byte MostSignificantBit => 63; field in Antmicro.Renode.Peripherals.CPU.RiscV64 |
| D | BaseRiscV.cs | 475 var registerWidth = (uint)MostSignificantBit + 1; |