mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
14731d6366
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. |
||
---|---|---|
.. | ||
plugins.android.cfg | ||
plugins.bin.cfg | ||
plugins.def.cfg | ||
plugins.emscripten.cfg | ||
plugins.ios-store.cfg | ||
plugins.ios.cfg | ||
plugins.mingw.cfg | ||
plugins.nocs.cfg | ||
plugins.nogpl.cfg | ||
plugins.static.cfg | ||
plugins.static.nogpl.cfg | ||
plugins.termux.cfg | ||
plugins.tiny.cfg | ||
plugins.vinix.cfg | ||
plugins.wasi.cfg |