iced/Iced/Intel
de4dot 9f7c5bdcf3 Update XML comments 2019-02-18 20:46:27 +01:00
..
BlockEncoderInternal Add ThrowHelper 2019-02-16 17:34:28 +01:00
DecoderInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
EncoderInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
GasFormatterInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
InstructionInfoInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
IntelFormatterInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
MasmFormatterInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
NasmFormatterInternal Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
BlockEncoder.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
ByteArrayCodeReader.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
Code.cs Remove Xbegin_rel32_REXW 2019-01-06 22:39:59 +01:00
CodeReader.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
CodeWriter.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
ConstantOffsets.cs Add padding bytes 2019-02-18 20:46:19 +01:00
CpuidFeature.cs Obsolete CpuidFeature prop and add CpuidFeatures prop 2019-02-12 22:03:26 +01:00
Decoder.32.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
Decoder.64.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
Decoder.cs Add a prefix check 2019-02-17 21:04:32 +01:00
DecoderConstants.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
DecoderOptions.cs Add decoder options to disable decoding some newer instructions 2019-01-13 19:33:52 +01:00
Encoder.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
EncoderException.cs Add netstandard1.4 tf, remove netcoreapp2.1 2019-02-16 12:09:44 +01:00
EncodingKind.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
FlowControl.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
Formatter.cs Get rid of null check, input is never null 2019-02-17 21:04:41 +01:00
FormatterConstants.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
FormatterOptions.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
FormatterOutput.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
FormatterOutputTextKind.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
FormatterUtils.cs Remove Xbegin_rel32_REXW 2019-01-06 22:39:59 +01:00
GasFormatter.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
HexUtils.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
IFormatterOptionsProvider.cs Get rid of null check, input is never null 2019-02-17 21:04:41 +01:00
ISymbolResolver.cs Don't show mem size if symbol has the correct size 2019-02-03 16:25:42 +01:00
IcedFeatures.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
Instruction.Create.cs Make sure that only valid Code values are written to Instruction.Code 2019-02-12 22:03:17 +01:00
Instruction.Info.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
Instruction.VA.cs IP64/InstructionPointer -> IP, NextIP64 -> NextIP, and obsolete the old props 2019-02-03 16:25:49 +01:00
Instruction.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
InstructionInfo.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
InstructionInfoConstants.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
InstructionInfoExtensions.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
InstructionInfoFactory.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
InstructionList.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
InstructionListDebugView.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
InstructionMemorySizes.cs Remove Xbegin_rel32_REXW 2019-01-06 22:39:59 +01:00
InstructionOpCounts.cs Remove Xbegin_rel32_REXW 2019-01-06 22:39:59 +01:00
InstructionUtils.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
IntelFormatter.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
MandatoryPrefix.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
MasmFormatter.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
MemoryOperand.cs Update XML comments 2019-02-18 20:46:27 +01:00
MemorySize.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
NasmFormatter.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
NumberFormatter.cs Add net452 and net35 tfs 2019-02-15 19:58:18 +01:00
OpAccess.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
OpKind.cs Remove padlock operand, create more Code values 2019-01-02 16:29:25 +01:00
Register.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
RflagsBits.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
RoundingControl.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
StringBuilderFormatterOutput.cs Add ThrowHelper 2019-02-16 17:34:28 +01:00
ThrowHelper.cs Remove NoInlining from ThrowHelper methods to help the jitter 2019-02-18 20:46:11 +01:00
TupleType.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
UsedMemory.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
UsedRegister.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
VectorLength.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00