aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ifuzz/powerpc/powerpc.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix recvcheck errorsTaras Madan2025-02-071-4/+4
* pkg/ifuzz/powerpc: add prefixed instructionsAlexey Kardashevskiy2021-11-121-0/+42
* pkg/ifuzz/powerpc: correct instructionsAlexey Kardashevskiy2021-11-121-0/+4
* pkg/ifuzz/powerpc: refactor for adding prefixed instructionsAlexey Kardashevskiy2021-11-121-4/+16
* pkg/ifuzz/powerpc: convert maps to slicesAlexey Kardashevskiy2021-11-121-7/+12
* pkg/ifuzz/powerpc: ditch M64Alexey Kardashevskiy2021-11-121-4/+0
* pkg/ifuzz/powerpc: fix instructionsAlexey Kardashevskiy2021-09-161-4/+10
* pkg/ifuzz/powerpc: fuzz instruction bits which are not opcodesAlexey Kardashevskiy2021-09-161-1/+6
* pkg/ifuzz/powerpc: add some RTAS fuzzingAlexey Kardashevskiy2021-07-191-0/+27
* pkg/ifuzz/powerpc: add helper for system call ("sc") instructionAlexey Kardashevskiy2021-07-191-0/+4
* pkg/ifuzz/powerpc: preload registers with interesting numbersAlexey Kardashevskiy2021-07-191-16/+66
* pkg/ifuzz/powerpc: add struct insnSetMapAlexey Kardashevskiy2021-07-191-1/+3
* pkg/ifuzz/iset: rename ifuzzimpl to isetDmitry Vyukov2020-11-211-12/+12
* pkg/ifuzz/x86: deduplicate modeInsns population logicDmitry Vyukov2020-11-211-24/+6
* pkg/ifuzz/x86: don't use X86 suffix for typesDmitry Vyukov2020-11-211-5/+5
* pkg/ifuzz/ifuzzimpl: simplify Insn interfaceDmitry Vyukov2020-11-211-31/+7
* pkg/ifuzz: invert ifuzz and ifuzzimplDmitry Vyukov2020-11-211-31/+31
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+165