Searched refs:Architecture (Results 1 – 8 of 8) sorted by relevance
110 class Architecture(IntEnum): class121 Architecture.AARCH32: 2,122 Architecture.AARCH64: 3,123 Architecture.RISCV: 1,124 Architecture.XTENSA: 1,125 Architecture.I386: 2,369 return Architecture.AARCH64371 return Architecture.AARCH32378 return Architecture.RISCV385 return Architecture.XTENSA[all …]
35 public override string Architecture { get { return "arm-m"; } } property in Antmicro.Renode.Peripherals.SystemC.SystemCCortexMCPU
80 switch(cpu.Architecture) in TryGetReturnAddress()123 switch(cpu.Architecture) in TryGetFirstParameter()
68 switch(cpu.Architecture) in TryGetRelocAddr()
31 public override string Architecture { get { return "riscv"; } } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedRiscV32
6 Architecture chapter
118 * Microchip Mi-V, with correct Privileged Architecture version354 * ability to specify Privileged Architecture Version 1.12 on RISC-V processors1578 * support for RISC-V Privileged Architecture 1.112002 * support for RISC-V Privileged Architecture 1.10
232 # Architecture doesn't matter, these CPUs are just mocks