iced/Iced/Intel
de4dot 86ed5d2ea5 Fix NRT warnings when tfm doesn't have any NRT attributes in their ref asms 2019-08-10 08:57:29 +02:00
..
BlockEncoderInternal Fix NRT warnings when tfm doesn't have any NRT attributes in their ref asms 2019-08-10 08:57:29 +02:00
DecoderInternal Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
EncoderInternal Merge branch 'master' into cs8 2019-08-07 05:58:10 +02:00
FormatterInternal Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
GasFormatterInternal Fix NRT warnings when tfm doesn't have any NRT attributes in their ref asms 2019-08-10 08:57:29 +02:00
InstructionInfoInternal Merge branch 'master' into cs8 2019-08-07 05:58:10 +02:00
IntelFormatterInternal Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
Internal Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
MasmFormatterInternal Fix NRT warnings when tfm doesn't have any NRT attributes in their ref asms 2019-08-10 08:57:29 +02:00
NasmFormatterInternal Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
BlockEncoder.cs Fix NRT warnings (VS2019 16.2 == Roslyn 3.2.0-beta4-19359-03) 2019-07-25 16:25:06 +02:00
ByteArrayCodeReader.cs Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
Code.cs Fix order of some Code values 2019-08-02 19:41:51 +02:00
CodeReader.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
CodeSize.cs Remove Iced.dll dep from Generator project, it only needs a few files 2019-07-28 07:07:32 +02:00
CodeWriter.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
ConstantOffsets.cs Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
CpuidFeature.cs Support AVX512_VP2INTERSECT and ENQCMD instructions 2019-06-15 19:33:18 +02:00
Decoder.cs Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
DecoderConstants.cs Support AVX512_BF16 instructions, closes #42 2019-04-26 22:15:06 +02:00
DecoderOptions.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
Encoder.cs Merge branch 'master' into cs8 2019-07-27 18:46:52 +02:00
EncoderException.cs Remove old ns1.x code 2019-06-18 20:32:47 +02:00
EncodingKind.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
FlowControl.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
Formatter.cs Merge branch 'master' into cs8 2019-07-27 18:46:52 +02:00
FormatterConstants.cs Generate pseudo ops strings 2019-08-09 19:30:32 +02:00
FormatterOptions.cs Merge branch 'master' into cs8 2019-07-27 18:46:52 +02:00
FormatterOutput.cs Merge branch 'master' into cs8 2019-07-18 22:27:14 +02:00
FormatterOutputTextKind.cs Add decorator output kind and rename option (obsolete old name) 2019-02-17 21:04:57 +01:00
FormatterUtils.cs Merge branch 'master' into cs8 2019-08-07 05:58:10 +02:00
GasFormatter.cs Merge branch 'master' into cs8 2019-07-18 22:27:14 +02:00
HexUtils.cs Merge branch 'master' into cs8 2019-08-09 19:35:17 +02:00
IFormatterOptionsProvider.cs Merge branch 'master' into cs8 2019-07-27 18:46:52 +02:00
ISymbolResolver.cs Merge branch 'master' into cs8 2019-07-18 22:27:14 +02:00
IcedFeatures.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
Instruction.Create.cs Use 'is null' 2019-05-30 11:02:12 +02:00
Instruction.Info.cs Merge branch 'master' into cs8 2019-07-27 18:46:52 +02:00
Instruction.VA.cs Add C# 8 readonly members 2019-05-21 22:31:11 +02:00
Instruction.cs Merge branch 'master' into cs8 2019-08-07 05:58:10 +02:00
InstructionInfo.cs Merge branch 'master' into cs8 2019-07-27 18:46:52 +02:00
InstructionInfoConstants.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
InstructionInfoExtensions.cs Update all Obsolete attributes to generate an error 2019-07-19 19:46:50 +02:00
InstructionInfoFactory.cs Fix NRT warnings when tfm doesn't have any NRT attributes in their ref asms 2019-08-10 08:57:29 +02:00
InstructionList.cs Fix NRT warnings (VS2019 16.2 == Roslyn 3.2.0-beta4-19359-03) 2019-07-25 16:25:06 +02:00
InstructionListDebugView.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
InstructionMemorySizes.cs Fix order of some Code values 2019-08-02 19:41:51 +02:00
InstructionOpCounts.cs Fix order of some Code values 2019-08-02 19:41:51 +02:00
InstructionUtils.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
IntelFormatter.cs Merge branch 'master' into cs8 2019-07-29 20:53:12 +02:00
MandatoryPrefix.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
MasmFormatter.cs Merge branch 'master' into cs8 2019-07-29 20:53:12 +02:00
MemoryOperand.cs Update docs 2019-03-24 16:10:49 +01:00
MemorySize.cs Remove Iced.dll dep from Generator project, it only needs a few files 2019-07-28 07:07:32 +02:00
MemorySizeExtensions.1.cs Include size of array 2019-07-31 23:54:12 +02:00
MemorySizeExtensions.2.cs Split files 2019-07-28 07:27:14 +02:00
Mnemonic.cs Merge Cmpxchg & Cmpxchg486 mnemonics 2019-07-18 21:57:57 +02:00
MnemonicUtils.cs Fix order of some Code values 2019-08-02 19:41:51 +02:00
NasmFormatter.cs Merge branch 'master' into cs8 2019-07-29 20:53:12 +02:00
NumberFormatter.cs Fix NRT warnings when tfm doesn't have any NRT attributes in their ref asms 2019-08-10 08:57:29 +02: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 Remove Iced.dll dep from Generator project, it only needs a few files 2019-07-28 07:07:32 +02:00
RegisterExtensions.cs Update RegisterExtensions table 2019-07-29 20:45:24 +02: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 Use 'is null' 2019-05-30 11:02:12 +02:00
ThrowHelper.cs Fix NRT warnings (VS2019 16.2 == Roslyn 3.2.0-beta4-19359-03) 2019-07-25 16:25:06 +02:00
TupleType.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00
UsedMemory.cs Change license from LGPL3+ to MIT, closes #34 2019-01-01 13:40:59 +01:00
UsedRegister.cs Update InstructionInfoFactory 2019-02-23 12:15:17 +01:00
VectorLength.cs Merge all 16/32-bit and 64-bit handlers 2019-08-09 19:30:39 +02:00