Searched defs:encoding (Results 1 – 3 of 3) sorted by relevance
12 bool TryGetSystemRegisterValue(AArch64SystemRegisterEncoding encoding, out ulong value); in TryGetSystemRegisterValue()13 bool TrySetSystemRegisterValue(AArch64SystemRegisterEncoding encoding, ulong value); in TrySetSystemRegisterValue()
111 … public bool TryGetSystemRegisterValue(AArch64SystemRegisterEncoding encoding, out ulong value) in TryGetSystemRegisterValue()118 public bool TrySetSystemRegisterValue(AArch64SystemRegisterEncoding encoding, ulong value) in TrySetSystemRegisterValue()304 … private bool TryGetSystemRegisterIndex(AArch64SystemRegisterEncoding encoding, out uint index) in TryGetSystemRegisterIndex()
112 private readonly IEnumRegisterField<EncodingValues> encoding; field in Antmicro.Renode.Peripherals.Miscellaneous.K6xF_MCG