arch/tile: refactor backtracing code
[deliverable/linux.git] / arch / tile / include / asm / opcode-tile_64.h
index eda60ecbae3d5f924e42a56dea5bcbfc51ff4252..03df7b1e77bfef861fee0171c4d205bada39a414 100644 (file)
@@ -1502,5 +1502,12 @@ extern int parse_insn_tile(tile_bundle_bits bits,
                            decoded[TILE_MAX_INSTRUCTIONS_PER_BUNDLE]);
 
 
+/* Given a set of bundle bits and a specific pipe, returns which
+ * instruction the bundle contains in that pipe.
+ */
+extern const struct tile_opcode *
+find_opcode(tile_bundle_bits bits, tile_pipeline pipe);
+
+
 
 #endif /* opcode_tile_h */
This page took 0.02674 seconds and 5 git commands to generate.