Home
last modified time | relevance | path

Searched refs:Struct (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRegisterDescription.cs50 var half = GDBCustomType.Struct("half", fWidth / 8, fields); in AddFpuFeature()
72 var quad = GDBCustomType.Struct("quad", fWidth / 8, fields); in AddFpuFeature()
126 var fflagsType = GDBCustomType.Struct("fflags_type", registerWidth / 8, fields); in AddFpuFeature()
132 var frmType = GDBCustomType.Struct("frm_type", registerWidth / 8, fields); in AddFpuFeature()
139 var fcsrType = GDBCustomType.Struct("fcsr_type", registerWidth / 8, fields); in AddFpuFeature()
227 var mstatusType = GDBCustomType.Struct("mstatus_type", registerWidth / 8, fields); in AddCSRFeature()
244 var misaType = GDBCustomType.Struct("misa_type", registerWidth / 8, fields); in AddCSRFeature()
286 var tvecType = GDBCustomType.Struct("tvec_type", registerWidth / 8, fields); in AddCSRFeature()
293 var mcauseType = GDBCustomType.Struct("cause_type", registerWidth / 8, fields); in AddCSRFeature()
323 … var sstatusType = GDBCustomType.Struct("sstatus_type", registerWidth / 8, fields); in AddCSRFeature()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DConvertibleAttribute.cs11 [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class | AttributeTargets.Struct)]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DLeastSignificantByteFirst.cs11 …[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Struct | Att…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/GDB/
DGDBCustomType.cs37 public static GDBCustomType Struct(string id, IEnumerable<GDBTypeField> fields) in Struct() method
44 … public static GDBCustomType Struct(string id, uint size, IEnumerable<GDBTypeBitField> fields) in Struct() method