summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GekkoDisassembler.cpp
AgeCommit message (Expand)Author
2025-05-09Merge pull request #13586 from Tilka/spr_disasmJMC47
2025-04-25GekkoDisassembler: standardize SPR names and add missing onesTillmann Karras
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2023-07-27GekkoDisassembler: Remove unused parameter dmode from fdabc functionDentomologist
2023-07-27GekkoDisassembler: Remove unused parameter dmode from ldst functionDentomologist
2023-07-27GekkoDisassembler: Remove unused parameter dmode from rrn functionDentomologist
2023-07-27GekkoDisassembler: Remove unused parameter dmode from dab functionDentomologist
2023-07-27GekkoDisassembler: Remove unused parameter dmode from nooper functionDentomologist
2023-07-27GekkoDisassembler: Remove unread variable m_flagsDentomologist
2023-07-01GekkoDisassembler: Remove unread variable m_displacementDentomologist
2023-07-01GekkoDisassembler: Remove unread variable m_sregDentomologist
2023-06-24GekkoDisassembler: Remove unread variable m_typeDentomologist
2022-03-17Gekko constistancy changes. Add context item to codeview to show or copy a lo...TryTwo
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-08-23GekkoDisassembler: fix rld*Shawn Hoffman
2019-07-03Common/GekkoDisassembler: Don't print out '\0' as a characterLioncash
2019-06-16Common/GekkoDisassembler: Use std::string_view where applicableLioncash
2019-06-16Common/GekkoDisassembler: Amend disassembly of operations expecting a charact...Lioncash
2019-06-16Common/GekkoDisassembler: Make all lookup tables immutableLioncash
2019-06-16GekkoDisassmbler: Amend erroneous formatting specifiersLioncash
2019-06-14Common: Use fmt where applicableLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-04-30Remove redundant initializationFilip Gawin
2018-10-08GekkoDisassembler: fix mtfsf yet againTillmann Karras
2018-10-07GekkoDisassembler: fix disassembly of mtfsfTillmann Karras
2018-05-25Common: Namespace GekkoDisassembler.cpp/.hLioncash
2018-04-12Merge pull request #6626 from lioncash/dcbz_l-disasmTilka
2018-04-12Reformat all the things!spycrab
2018-04-10GekkoDisassembler: Fix disassembly of dcbz_lLioncash
2017-12-04GekkoDisassembler: Correct disassembly of fabs, fnabs, and fnegLioncash
2016-11-02Add precision about the names of r1, r2 and r13 for the register viewaldelaro5
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-19Fix some very minor spelling mistakesJames Cowgill
2015-05-25Add missing license headersTillmann Karras
2015-05-24GekkoDisassembler: Fix typecast for the second printf param for mtfsfLioncash
2015-05-24GekkoDisassembler: Fix disassembly of mtfsf's FM fieldLioncash
2015-03-14Remove remnants of old fake opcodes.magumagu
2015-01-19Minor fix with psq_st{u,}x disassembly.Ryan Houdek
2015-01-18Fixes disassembly of paired store instructions.Ryan Houdek
2015-01-03GekkoDisassembler: fix display of CRs in branch operationsFiora
2014-11-24Silence a few "zero as null pointer" warnings.Rohit Nirmal
2014-09-28GekkoDisassembler: show W and I in psq_l/psq_st disassemblyFiora
2014-09-21Disassembler: fix disassembly of some twi instructionsFiora
2014-09-16GekkoDisassembler: fix some float opcodesFiora
2014-09-15GekkoDisassembler: fix/improve disassembly for a few instructionsFiora
2014-08-04Common: Introduce the new Gekko disassembler to Common.Lioncash