Searched defs:flags (Results 1 – 14 of 14) sorted by relevance
32 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction()37 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()42 public int DisassembleBlock(ulong pc, byte[] memory, uint flags, out string text) in DisassembleBlock()73 private IDisassembler GetDisassembler(uint flags) in GetDisassembler()100 public LLVMDisasWrapper(string cpu, string triple, uint flags) in LLVMDisasWrapper()151 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction()185 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()258 … static extern IntPtr llvm_create_disasm_cpu_with_flags(string tripleName, string cpu, uint flags); in llvm_create_disasm_cpu_with_flags()277 …public bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult r… in TryDisassembleInstruction()352 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction()[all …]
14 …bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, … in TryDisassembleInstruction()15 …bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset… in TryDecodeInstruction()
25 public byte[] AssembleBlock(ulong pc, string code, uint flags) in AssembleBlock()61 …private static extern bool llvm_asm(string arch, string cpu, uint flags, string instructions, ulon… in llvm_asm()
12 byte[] AssembleBlock(ulong pc, string code, uint flags); in AssembleBlock()
20 … public static void GetTripleAndModelKey(ICPU cpu, uint flags, out string triple, out string model) in GetTripleAndModelKey()
2108 private void LogDisassembly(ulong pc, uint size, uint flags) in LogDisassembly()2165 … public string DisassembleBlock(ulong addr = ulong.MaxValue, uint blockSize = 40, uint flags = 0) in DisassembleBlock()2185 public uint AssembleBlock(ulong addr, string instructions, uint flags = 0) in AssembleBlock()
57 public static bool IsCurrentlyGettable(this PropertyInfo info, BindingFlags flags) in IsCurrentlyGettable()62 public static bool IsCurrentlySettable(this PropertyInfo info, BindingFlags flags) in IsCurrentlySettable()
64 …protected bool TryReadAndDisassembleInstruction(ulong pc, uint flags, out DisassemblyResult result) in TryReadAndDisassembleInstruction()
142 private bool TryReadAndDecodeInstruction(ulong pc, uint flags, out byte[] opcode) in TryReadAndDecodeInstruction()
94 private static int Open_TUNTAP(IntPtr dev, UInt16 flags, bool persistent) in Open_TUNTAP()
26 …etDescriptor(SegmentDescriptor descriptor, uint selector, uint baseAddress, uint limit, uint flags) in SetDescriptor()
341 …int commandHeader, out CommandName command, out uint commandLength, out bool[] flags, out uint gen… in TryExtractCommandParameters()369 …private void ExecuteCommand(CommandName command, uint commandLength, bool[] flags, uint generateLe… in ExecuteCommand()
233 private static extern int open(IntPtr pathname, int flags); in open()
1317 private Dictionary<UFSDeviceFlag, bool> flags; field in Antmicro.Renode.Peripherals.Storage.UFSDevice