From c8dea361c386ea2537b9ec8446638d257c1d99ef Mon Sep 17 00:00:00 2001 From: devans Date: Tue, 10 Jun 2003 21:24:48 +0000 Subject: [PATCH] * frv.cpu: Add IDOC attribute. --- cpu/ChangeLog | 4 ++++ cpu/frv.cpu | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 07ba85ff6e..ddf23b539b 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2003-06-10 Doug Evans + + * frv.cpu: Add IDOC attribute. + 2003-06-06 Andrew Cagney Contributed by Red Hat. 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. ; -- 2.11.0