aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra3-4/+4
2022-05-27x86: re-work AVX512 embedded rounding / SAEJan Beulich2-11453/+853
2022-05-27x86/Intel: adjust representation of embedded rounding / SAEJan Beulich1-0/+17
2022-05-27x86/Intel: adjust representation of embedded broadcastJan Beulich1-4/+11
2022-05-25opcodes: introduce BC field; fix iselDmitry Selyutin1-2/+5
2022-05-25ppc: extend opindex to 16 bitsDmitry Selyutin1-6/+6
2022-05-20RISC-V: Update zfinx implement with zicsr.Jia-Wei Chen1-14/+14
2022-05-20RISC-V: Remove RV128-only fmv instructionsTsukasa OI1-2/+0
2022-05-18x86: shrink op_riprelJan Beulich1-18/+12
2022-05-17RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu1-0/+65
2022-05-12cgen: increase buffer for hash_insn_listAlan Modra1-5/+5
2022-05-11opcodes cgen: remove use of PTRAlan Modra29-1290/+1284
2022-05-10opcodes: remove use of PTRAlan Modra6-6/+6
2022-05-07Fix multiple ubsan warnings in i386-dis.cAlan Modra1-13/+13
2022-05-05Move TILE-Gx files to TARGET64_LIBOPCODES_CFILESLuis Machado2-6/+6
2022-05-05Don't define ARCH_cris for BFD64Luis Machado1-1/+1
2022-05-05IBM zSystems: mgrk, mg first operand requires register pairAndreas Krebbel2-2/+4
2022-04-30opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblersThomas Hebb4-23/+22
2022-04-27x86: VFPCLASSSH is Evex.LLIGJan Beulich2-3/+2
2022-04-19x86: VCMPSH is Evex.LLIGJan Beulich2-98/+98
2022-04-19x86: drop stray CheckRegSize from VFPCLASSPHJan Beulich2-2/+2
2022-04-19x86: correct and simplify NOP disassemblyJan Beulich1-21/+9
2022-04-07IBM zSystems: Add support for z16 as CPU name.Andreas Krebbel2-1/+7
2022-04-04opcodes/i386: partially implement disassembler style supportAndrew Burgess2-24/+46
2022-04-04opcodes/riscv: implement style support in the disassemblerAndrew Burgess2-72/+122
2022-04-04objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess2-1/+17
2022-03-31x86: Remove bfd_arch_l1om and bfd_arch_k1omH.J. Lu3-4/+2
2022-03-31aarch64: Relax check for RNG system registersRichard Sandiford1-1/+1
2022-03-29RISC-V: correct FCVT.Q.L[U]Jan Beulich1-2/+2
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock1-7/+13
2022-03-24x86: drop L1OM special case from disassemblerJan Beulich1-6/+2
2022-03-20gas:LoongArch: Fix segment error in compilation due to too long symbol name.liuzhensong1-5/+10
2022-03-20ubsan: loongarch : signed integer shift overflow.liuzhensong1-6/+9
2022-03-18x86: also fold remaining multi-vector-size shift insnsJan Beulich2-375/+67
2022-03-18x86: drop stray CheckRegSize from VEXTRACT{F,I}32X4Jan Beulich2-4/+4
2022-03-18x86: fold certain AVX2 templates into their AVX counterpartsJan Beulich2-2284/+558
2022-03-18RISC-V: Cache management instructionsTsukasa OI1-0/+6
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI2-0/+7
2022-03-17x86: never set i386_cpu_flags' "unused" fieldJan Beulich3-5/+10
2022-03-17x86: unify CPU flag on/off processingJan Beulich2-22/+11
2022-03-17x86: drop L1OM/K1OM support from gasJan Beulich4-5843/+5813
2022-03-17x86: assorted IAMCU CPU checking fixesJan Beulich2-2/+2
2022-03-16opcodes: handle bfd_amdgcn_arch in configure scriptSimon Marchi3-0/+7
2022-03-16Delete PowerPC macro insn supportAlan Modra1-18/+0
2022-03-16PowerPC SPE/SPE2 aliases in powerpc_macrosAlan Modra1-30/+27
2022-03-16PowerPC VLE extended instructions in powerpc_macrosAlan Modra1-13/+10
2022-03-16PowerPC32 extended instructions in powerpc_macrosAlan Modra1-25/+296
2022-03-16PowerPC64 extended instructions in powerpc_macrosAlan Modra1-19/+245
2022-03-14PR28959, obdump doesn't disassemble mftb instructionAlan Modra1-2/+3
2022-03-06MIPS/opcodes: Fix alias annotation for branch instructionsMaciej W. Rozycki3-7/+16