repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM_BF16
[binutils-gdb.git]
/
sim
/
sh64
/
decode.h
blob
2582807d8d19a799bb9bedfd1fa6016351ca632d
1
#ifndef DECODE_H
2
#define DECODE_H
3
4
#undef WITH_PROFILE_MODEL_P
5
6
#ifdef WANT_ISA_COMPACT
7
#include
"decode-compact.h"
8
#include
"defs-compact.h"
9
#endif
/* WANT_ISA_COMPACT */
10
11
#ifdef WANT_ISA_MEDIA
12
#include
"decode-media.h"
13
#include
"defs-media.h"
14
#endif
/* WANT_ISA_MEDIA */
15
16
#endif
/* DECODE_H */