Files
ghidra/Ghidra/Processors/Xtensa/data/languages/flix.sinc

10 lines
384 B
Plaintext

# FLIX (Flexible Length Instruction eXtension) is a Xtensa processor extension
# that allows for variable-length, multi-op instructions with support from 4
# 16 bytes. Customizable, if found they should be flagged.
define pcodeop flix;
# Care probably needs to be taken here with BE support if any FLIX instructions are ever defined
:FLIX flix_i20 is op0=0xe & flix_i20 {
flix();
}