aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
14 hoursPowerPC: Add support for RFC02677 - VSX Vector Rotate Left WordPeter Bergner1-0/+1
20 hoursarm: Support pac_key_* register operand for MRS/MSR in Armv8.1-M MainlineAndre Vieira1-4/+27
37 hoursRISC-V: Add Zcmt instructions and csr.Jiawei2-0/+28
2 daysSupport x86 Intel MSR_IMMHu, Lin16-833/+914
3 daysx86: rename SPACE_{,E}VEX_MAP<N>Jan Beulich4-744/+744
3 daysx86: VP2INTERSECT{D,Q} have mask register destination groupJan Beulich2-3/+3
3 daysx86: generalize "implicit quad group" handlingJan Beulich2-10/+12
3 dayss390: Add arch15 Concurrent-Functions Facility insnsJens Remus2-0/+10
3 dayss390: Add arch15 instruction namesJens Remus1-106/+114
3 daysopcodes: fix -std=gnu23 compatibility wrt static_assertSam James3-3/+7
13 daysaarch64: add flag OPD_F_UNSIGNED to distinguish signedness of immediate operandsMatthieu Longo2-23/+77
13 daysaarch64: improve debuggability on array of enumMatthieu Longo1-3/+3
13 daysaarch64: change returned type to bool to match semantic of functionsMatthieu Longo2-172/+172
13 daysarm, objdump: print obsolote warning when 26-bit set in instructionsAndre Vieira1-25/+19
13 daysarm, objdump: Make objdump use bfd's machine detection to drive disassemblyAndre Vieira1-4/+23
2024-10-31RISC-V: Dump instruction without checking architecture support as usual.Nelson Chu1-1/+7
2024-10-30x86/APX: support JMPABS also in assemblerJan Beulich3-903/+924
2024-10-29x86: use <xyz> for VFPCLASSP{S,D}Jan Beulich2-35/+31
2024-10-18x86: Regenerate missing table filesMayShao-oc3-4388/+4428
2024-10-18x86: Support x86 ZHAOXIN GMI instructionsMayShao-oc4-1/+56
2024-10-16Support Intel AVX10.2 convert instructionsLiwei Xu6-1996/+2488
2024-10-14x86: also template-expand trailing mnemonic partJan Beulich1-60/+72
2024-10-14LoongArch: Fixed R_LARCH_[32/64]_PCREL generation bugLulu Cai1-1/+2
2024-10-11Support Intel AVX10.2 media instructionsHaochen Jiang7-702/+893
2024-10-10s390: Add arch15 instructionsAndreas Krebbel3-3/+127
2024-10-07m68k: Support for jump visualization in disassemblyAndreas Schwab1-0/+27
2024-09-27RISC-V: correct alignment directive handling for text sectionsJan Beulich1-1/+1
2024-09-27x86: optimize {,V}INSERTPS with certain immediatesJan Beulich2-7/+7
2024-09-27x86: optimize {,V}EXTRACT{F,I}{128,32x{4,8},64x{2,4}} with immediate 0Jan Beulich2-20/+20
2024-09-27x86: optimize {,V}EXTRACTPS with immediate 0Jan Beulich2-12/+12
2024-09-26x86: templatize SIMD narrowing-move templatesJan Beulich2-72/+32
2024-09-26x86: templatize SIMD sign-/zero-extension templatesJan Beulich2-251/+220
2024-09-26x86: templatize SIMD FP binary-logic templatesJan Beulich2-282/+271
2024-09-26x86: further templatize FMA templatesJan Beulich2-349/+339
2024-09-26x86: templatize SIMD FP arithmetic templatesJan Beulich2-1135/+1100
2024-09-18x86/APX: Don't promote AVX/AVX2 instructions out of APX specH.J. Lu2-337/+197
2024-09-12s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraintsJens Remus1-15/+9
2024-09-12s390: Simplify (dis)assembly of insn operands with const bitsJens Remus2-23/+17
2024-09-11x86/APX: correct disassembly for EVEX.B4Jan Beulich1-2/+3
2024-09-09s390: Align opcodes to lower-caseJens Remus1-1/+1
2024-09-06x86/APX: use D for 2-operand CFCMOVccJan Beulich2-577/+276
2024-09-06x86/APX: optimize certain reg-only CFCMOVcc formsJan Beulich2-31/+31
2024-09-06x86: templatize VNNI templatesJan Beulich2-46/+37
2024-09-03RISC-V: Add support for XCVsimd extension in CV32E40PMary Bennett2-0/+231
2024-09-02Support ymm rounding control for Intel AVX10.2Haochen Jiang6-629/+666
2024-08-30x86/APX: drop %SW disassembler macro againJan Beulich2-17/+19
2024-08-30x86: limit RegRex64 useJan Beulich2-48/+48
2024-08-27RISC-V: PR32036, Support Zcmp cm.mva01s and cm.mvsa01 instructions.Jiawei2-0/+28
2024-08-16opcodes/cgen: drop trailing whitespace also for crisJan Beulich2-48/+48
2024-08-12Revert "gas: have scrubber retain more whitespace"H.J. Lu14-447/+234