mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
target/hexagon: Remove unused EXT_IDX enum
The EXT_IDX_noext, EXT_IDX_mmvec, and XX_LAST_EXT_IDX enum constants are defined but never referenced anywhere in the codebase. Signed-off-by: Marco Liebel <marco.liebel@oss.qualcomm.com> Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com> Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
This commit is contained in:
@@ -26,14 +26,6 @@
|
||||
|
||||
#define fZXTN(N, M, VAL) ((VAL) & ((1LL << (N)) - 1))
|
||||
|
||||
enum {
|
||||
EXT_IDX_noext = 0,
|
||||
EXT_IDX_noext_AFTER = 4,
|
||||
EXT_IDX_mmvec = 4,
|
||||
EXT_IDX_mmvec_AFTER = 8,
|
||||
XX_LAST_EXT_IDX
|
||||
};
|
||||
|
||||
/*
|
||||
* Certain operand types represent a non-contiguous set of values.
|
||||
* For example, the compound compare-and-jump instruction can only access
|
||||
|
||||
Reference in New Issue
Block a user