radare2/dist/plugins-cfg
Jules Maselbas 14731d6366 Add anal plugin for kvx architecture
KVX is VLIW architecture, kind of like a DSP, it can execute more than
one "instruction" per cycle. Each cycle a bundle of instruction is
executed which is comprised of up to 6 instructions. The general rules
for bundle are: only one BCU instruction (which comes first); only one
LSU instruction; and up to 4 ALU instructions (depending on the type).

In assembly the end of a bundle is marked by a `;;` in an empty line,
here in r2 (to make things more compact and readable) the end of bundle
is appended after the last instruction, but beware that this is not valid
kvx assembly.
2022-03-02 13:56:34 +01:00
..
plugins.android.cfg Move asm/wasm into anal, and add new opasm() callback ##abi 2022-01-09 22:55:34 +01:00
plugins.bin.cfg Remove asm.m68k and merge disasm into the anal (#19637) 2022-01-28 09:30:15 +01:00
plugins.def.cfg Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
plugins.emscripten.cfg Remove asm.m68k and merge disasm into the anal (#19637) 2022-01-28 09:30:15 +01:00
plugins.ios-store.cfg Add initial toy IBM S390 Object File Format parser ##bin (#18747) 2021-05-24 21:17:13 +02:00
plugins.ios.cfg Add initial toy IBM S390 Object File Format parser ##bin (#18747) 2021-05-24 21:17:13 +02:00
plugins.mingw.cfg Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
plugins.nocs.cfg Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
plugins.nogpl.cfg Merge asm.msp430 into anal (#19639) 2022-01-28 20:38:29 +01:00
plugins.static.cfg Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
plugins.static.nogpl.cfg Remove asm.m68k and merge disasm into the anal (#19637) 2022-01-28 09:30:15 +01:00
plugins.termux.cfg Remove asm.m68k and merge disasm into the anal (#19637) 2022-01-28 09:30:15 +01:00
plugins.tiny.cfg Add initial toy IBM S390 Object File Format parser ##bin (#18747) 2021-05-24 21:17:13 +02:00
plugins.vinix.cfg Add vinix plugin configuration 2021-09-11 12:46:06 +02:00
plugins.wasi.cfg Move asm/wasm into anal, and add new opasm() callback ##abi 2022-01-09 22:55:34 +01:00