summaryrefslogtreecommitdiff
path: root/cpu/frv.cpu
diff options
context:
space:
mode:
authorDoug Evans <dje@sebabeach.org>2003-06-10 21:24:48 +0000
committerDoug Evans <dje@sebabeach.org>2003-06-10 21:24:48 +0000
commit4033c3dc7bc14851ae3d9a62900393637c230714 (patch)
treed1a1dd4aff01099c9cfb0c49dcbcaf357192997d /cpu/frv.cpu
parentdc35b3eba9718d3d68c814f9e2ed6db2caeb672e (diff)
downloadbinutils-redhat-4033c3dc7bc14851ae3d9a62900393637c230714.tar.gz
* frv.cpu: Add IDOC attribute.
Diffstat (limited to 'cpu/frv.cpu')
-rw-r--r--cpu/frv.cpu18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpu/frv.cpu b/cpu/frv.cpu
index 95508507ee..efe3b98b20 100644
--- a/cpu/frv.cpu
+++ b/cpu/frv.cpu
@@ -1016,6 +1016,24 @@
(comment "placeholder attribute")
(attrs META) ; do not define in any generated file for now
)
+
+; IDOC attribute for instruction documentation.
+
+(define-attr
+ (for insn)
+ (type enum)
+ (name IDOC)
+ (comment "insn kind for documentation")
+ (attrs META)
+ (values
+ (MEM - () "Memory")
+ (ALU - () "ALU")
+ (FPU - () "FPU")
+ (BR - () "Branch")
+ (PRIV - () "Priviledged")
+ (MISC - () "Miscellaneous")
+ )
+)
; Instruction fields.
;