diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-04-14 00:00:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-04-14 00:00:15 +0000 |
commit | 346a3d6c11e5dd2ef80d345f2ee8f231e1080efc (patch) | |
tree | 89d8c62b0fab7088b54f6be69ff2dafc2e82707d /sim/igen/igen.h | |
parent | 27aa0c7e559ff1426b1679b644441649d72a19c7 (diff) | |
download | ppe42-binutils-346a3d6c11e5dd2ef80d345f2ee8f231e1080efc.tar.gz ppe42-binutils-346a3d6c11e5dd2ef80d345f2ee8f231e1080efc.zip |
Add support for instruction word conditionals of the form `XXX!YYY'
and XXX=YYY'. See mn10300 for examples.
Diffstat (limited to 'sim/igen/igen.h')
-rw-r--r-- | sim/igen/igen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/igen/igen.h b/sim/igen/igen.h index 7aa70efc00..6977e0674e 100644 --- a/sim/igen/igen.h +++ b/sim/igen/igen.h @@ -86,6 +86,8 @@ typedef struct _igen_trace_options igen_trace_options; struct _igen_trace_options { int rule_selection; int rule_rejection; + int insn_insertion; + int insn_expansion; int entries; int combine; }; |