mips3264 support
[deliverable/binutils-gdb.git] / include / opcode / ia64.h
index 2ed1e2a32fb046fa1818beec2acb371ac4a1154c..642330cc118f0403f7860200b31a3f9724f32dbb 100644 (file)
@@ -152,6 +152,7 @@ enum ia64_dependency_semantics
   IA64_DVS_DATA,
   IA64_DVS_INSTR,
   IA64_DVS_SPECIFIC,
+  IA64_DVS_STOP,
   IA64_DVS_OTHER,
 };
 
@@ -179,7 +180,8 @@ enum ia64_resource_specifier
   IA64_RS_PKR,
   IA64_RS_PMC,
   IA64_RS_PMD,
-  IA64_RS_PR,
+  IA64_RS_PR,  /* non-rotating, 1-15 */
+  IA64_RS_PRr, /* rotating, 16-62 */
   IA64_RS_PR63,
   IA64_RS_RR,
 
This page took 0.022994 seconds and 4 git commands to generate.