mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
10 lines
384 B
Plaintext
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();
|
|
} |