aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2016-12-05[ARM] Add ARMv8.3 VCMLA and VCADD instructionsSzabolcs Nagy2-0/+33
2016-12-05[ARM] Add ARMv8.3 VJCVT instructionSzabolcs Nagy2-0/+8
2016-12-01Fix abort in x86 disassembler.Nick Clifton2-1/+8
2016-11-29[ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu4-2264/+2341
2016-11-29[ARC] Fix disassembler option.Claudiu Zissulescu2-55/+48
2016-11-28X86: Ignore REX_B bit for 32-bit XOP instructionsAmit Pawar2-4/+15
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2-1/+5
2016-11-22gas,opcodes: fix hardware capabilities bumping in the sparc assembler.Jose E. Marchesi2-15/+50
2016-11-22[ARC] Fix printing 'b' mnemonics.Claudiu Zissulescu2-1/+6
2016-11-18[AArch64] Add ARMv8.3 FCMLA and FCADD instructionsSzabolcs Nagy11-2685/+2905
2016-11-18[AArch64] Add ARMv8.3 weaker release consistency load instructionsSzabolcs Nagy5-1487/+1530
2016-11-18[AArch64] Add ARMv8.3 javascript floating-point conversion instructionSzabolcs Nagy5-1601/+1630
2016-11-18[AArch64] Add ARMv8.3 combined pointer authentication load instructionsSzabolcs Nagy11-1536/+1663
2016-11-11[AArch64] Add ARMv8.3 combined pointer authentication branch instructionsSzabolcs Nagy5-1966/+2118
2016-11-11[AArch64] Add ARMv8.3 PACGA instructionSzabolcs Nagy6-1855/+1882
2016-11-11[AArch64] Add ARMv8.3 single source PAC instructionsSzabolcs Nagy5-1880/+2105
2016-11-11[AArch64] Add ARMv8.3 pointer authentication key registersSzabolcs Nagy2-0/+31
2016-11-11[AArch64] Add ARMv8.3 instructions which are in the NOP spaceSzabolcs Nagy5-923/+976
2016-11-11[AArch64] Increase max_num_aliases in aarch64-genSzabolcs Nagy2-2/+6
2016-11-09X86: Remove the .s suffix from EVEX vpextrwH.J. Lu5-12/+18
2016-11-09Update opcodes/ChangeLogH.J. Lu1-0/+1
2016-11-09X86: Merge AVX512F vmovqH.J. Lu3-81/+17
2016-11-08X86: Remove the THREE_BYTE_0F7A entryH.J. Lu2-295/+9
2016-11-07X86: Properly handle bad FPU opcodeH.J. Lu2-18/+37
2016-11-04arc/nps400: Validate address type operands correctlyAndrew Burgess3-2/+26
2016-11-03arc: Implement NPS-400 dcmac instructionGraham Markall4-1/+99
2016-11-03arc: Change max instruction length to 64-bitsAndrew Burgess7-963/+745
2016-11-03arc: Swap highbyte and lowbyte in print_insn_arcGraham Markall2-4/+8
2016-11-03arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall3-4/+21
2016-11-03arc/opcodes/nps400: Fix some instruction masksAndrew Burgess2-3/+7
2016-11-03X86: Reuse opcode 0x80 decoder for opcode 0x82H.J. Lu2-58/+24
2016-11-03X86: Decode opcode 0x82 as opcode 0x80 in 32-bit modeH.J. Lu2-1/+79
2016-11-03X86: Rename REG_82 to REG_83H.J. Lu2-3/+10
2016-11-02Enable Intel AVX512_4VNNIW instructionsIgor Tsimbalist8-5340/+5517
2016-11-02Enable Intel AVX512_4FMAPS instructionsIgor Tsimbalist7-10561/+10779
2016-11-01Add support for RISC-V architecture.Nick Clifton6-0/+1147
2016-10-21X86: Remove pcommit instructionH.J. Lu7-5391/+5365
2016-10-20Check invalid mask registersH.J. Lu2-17/+43
2016-10-18Check addr32flag instead of sizeflag for rip/eipH.J. Lu2-2/+8
2016-10-18Remove the remaining SSE5 supportH.J. Lu2-1/+6
2016-10-18AArch64/opcodes: Correct an `index' global shadowing errorMaciej W. Rozycki2-4/+9
2016-10-17Removed pseudo invalid instructions opcodes.Cupertino Miranda2-93/+4
2016-10-14[ARC] Disassembler: fix LIMM detection for short instructions.Claudiu Zissulescu2-2/+8
2016-10-11[AArch64] PR target/20666, fix wrong encoding of new introduced BFC pseudoJiong Wang2-1/+6
2016-10-07[AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt...Jiong Wang2-4/+14
2016-10-07bfd_merge_private_bfd_data tidyAlan Modra2-1/+4
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra13-4/+47
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra4-99/+108
2016-10-06Don't use boolean OR in arithmetic expressionsAlan Modra3-2/+7
2016-09-30Don't assign alt twiceH.J. Lu2-1/+5