xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/features/or1k.c (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
17f2ac410Schristos /* THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi:set ro:
27f2ac410Schristos   Original: or1k.xml */
37f2ac410Schristos 
47f2ac410Schristos #include "defs.h"
57f2ac410Schristos #include "osabi.h"
67f2ac410Schristos #include "target-descriptions.h"
77f2ac410Schristos 
8*6881a400Schristos const struct target_desc *tdesc_or1k;
97f2ac410Schristos static void
107f2ac410Schristos initialize_tdesc_or1k (void)
117f2ac410Schristos {
12*6881a400Schristos   target_desc_up result = allocate_target_description ();
13*6881a400Schristos   set_tdesc_architecture (result.get (), bfd_scan_arch ("or1k"));
147f2ac410Schristos 
157f2ac410Schristos   struct tdesc_feature *feature;
167f2ac410Schristos 
17*6881a400Schristos   feature = tdesc_create_feature (result.get (), "org.gnu.gdb.or1k.group0");
187f2ac410Schristos   tdesc_type_with_fields *type_with_fields;
197f2ac410Schristos   type_with_fields = tdesc_create_flags (feature, "sr_flags", 4);
207f2ac410Schristos   tdesc_add_flag (type_with_fields, 0, "SM");
217f2ac410Schristos   tdesc_add_flag (type_with_fields, 1, "TEE");
227f2ac410Schristos   tdesc_add_flag (type_with_fields, 2, "IEE");
237f2ac410Schristos   tdesc_add_flag (type_with_fields, 3, "DCE");
247f2ac410Schristos   tdesc_add_flag (type_with_fields, 4, "ICE");
257f2ac410Schristos   tdesc_add_flag (type_with_fields, 5, "DME");
267f2ac410Schristos   tdesc_add_flag (type_with_fields, 6, "IME");
277f2ac410Schristos   tdesc_add_flag (type_with_fields, 7, "LEE");
287f2ac410Schristos   tdesc_add_flag (type_with_fields, 8, "CE");
297f2ac410Schristos   tdesc_add_flag (type_with_fields, 9, "F");
307f2ac410Schristos   tdesc_add_flag (type_with_fields, 10, "CY");
317f2ac410Schristos   tdesc_add_flag (type_with_fields, 11, "OV");
327f2ac410Schristos   tdesc_add_flag (type_with_fields, 12, "OVE");
337f2ac410Schristos   tdesc_add_flag (type_with_fields, 13, "DSX");
347f2ac410Schristos   tdesc_add_flag (type_with_fields, 14, "EPH");
357f2ac410Schristos   tdesc_add_flag (type_with_fields, 15, "FO");
367f2ac410Schristos   tdesc_add_flag (type_with_fields, 16, "SUMRA");
377f2ac410Schristos   tdesc_add_bitfield (type_with_fields, "CID", 28, 31);
387f2ac410Schristos 
397f2ac410Schristos   tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "int");
407f2ac410Schristos   tdesc_create_reg (feature, "r1", 1, 1, NULL, 32, "data_ptr");
417f2ac410Schristos   tdesc_create_reg (feature, "r2", 2, 1, NULL, 32, "data_ptr");
427f2ac410Schristos   tdesc_create_reg (feature, "r3", 3, 1, NULL, 32, "int");
437f2ac410Schristos   tdesc_create_reg (feature, "r4", 4, 1, NULL, 32, "int");
447f2ac410Schristos   tdesc_create_reg (feature, "r5", 5, 1, NULL, 32, "int");
457f2ac410Schristos   tdesc_create_reg (feature, "r6", 6, 1, NULL, 32, "int");
467f2ac410Schristos   tdesc_create_reg (feature, "r7", 7, 1, NULL, 32, "int");
477f2ac410Schristos   tdesc_create_reg (feature, "r8", 8, 1, NULL, 32, "int");
487f2ac410Schristos   tdesc_create_reg (feature, "r9", 9, 1, NULL, 32, "code_ptr");
497f2ac410Schristos   tdesc_create_reg (feature, "r10", 10, 1, NULL, 32, "int");
507f2ac410Schristos   tdesc_create_reg (feature, "r11", 11, 1, NULL, 32, "int");
517f2ac410Schristos   tdesc_create_reg (feature, "r12", 12, 1, NULL, 32, "int");
527f2ac410Schristos   tdesc_create_reg (feature, "r13", 13, 1, NULL, 32, "int");
537f2ac410Schristos   tdesc_create_reg (feature, "r14", 14, 1, NULL, 32, "int");
547f2ac410Schristos   tdesc_create_reg (feature, "r15", 15, 1, NULL, 32, "int");
557f2ac410Schristos   tdesc_create_reg (feature, "r16", 16, 1, NULL, 32, "int");
567f2ac410Schristos   tdesc_create_reg (feature, "r17", 17, 1, NULL, 32, "int");
577f2ac410Schristos   tdesc_create_reg (feature, "r18", 18, 1, NULL, 32, "int");
587f2ac410Schristos   tdesc_create_reg (feature, "r19", 19, 1, NULL, 32, "int");
597f2ac410Schristos   tdesc_create_reg (feature, "r20", 20, 1, NULL, 32, "int");
607f2ac410Schristos   tdesc_create_reg (feature, "r21", 21, 1, NULL, 32, "int");
617f2ac410Schristos   tdesc_create_reg (feature, "r22", 22, 1, NULL, 32, "int");
627f2ac410Schristos   tdesc_create_reg (feature, "r23", 23, 1, NULL, 32, "int");
637f2ac410Schristos   tdesc_create_reg (feature, "r24", 24, 1, NULL, 32, "int");
647f2ac410Schristos   tdesc_create_reg (feature, "r25", 25, 1, NULL, 32, "int");
657f2ac410Schristos   tdesc_create_reg (feature, "r26", 26, 1, NULL, 32, "int");
667f2ac410Schristos   tdesc_create_reg (feature, "r27", 27, 1, NULL, 32, "int");
677f2ac410Schristos   tdesc_create_reg (feature, "r28", 28, 1, NULL, 32, "int");
687f2ac410Schristos   tdesc_create_reg (feature, "r29", 29, 1, NULL, 32, "int");
697f2ac410Schristos   tdesc_create_reg (feature, "r30", 30, 1, NULL, 32, "int");
707f2ac410Schristos   tdesc_create_reg (feature, "r31", 31, 1, NULL, 32, "int");
717f2ac410Schristos   tdesc_create_reg (feature, "ppc", 32, 1, NULL, 32, "code_ptr");
727f2ac410Schristos   tdesc_create_reg (feature, "npc", 33, 1, NULL, 32, "code_ptr");
737f2ac410Schristos   tdesc_create_reg (feature, "sr", 34, 1, NULL, 32, "sr_flags");
747f2ac410Schristos 
75*6881a400Schristos   tdesc_or1k = result.release ();
767f2ac410Schristos }
77