Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterField.cs103 ulong binary = ToBinary(value);
104 if((binary >> width) > 0 && width < 64)
108 WriteFiltered(binary);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/opcodes/
DREADME11 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceWriterBuilder.cs27 …throw new RecoverableException($"Tracing don't support {(this.isBinary ? "binary" : "text")} outpu… in TraceWriterBuilder()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs1325 private uint BinaryToBCD(uint binary) in BinaryToBCD() argument
1327 return (((binary / 1) % 10) << 0) | in BinaryToBCD()
1328 (((binary / 10) % 10) << 4) | in BinaryToBCD()
1329 (((binary / 100) % 10) << 8) | in BinaryToBCD()
1330 (((binary / 1000) % 10) << 12) | in BinaryToBCD()
1331 (((binary / 10000) % 10) << 16); in BinaryToBCD()
/Renode-Infrastructure-v1.15.3-29f510e/licenses/
DLGPL.txt322 normally distributed (in either source or binary form) with the major