"""Generate the list of opcode IDs.
Reads the instruction definitions from bytecodes.c.
-Writes the IDs to opcode._ids.h by default.
+Writes the IDs to opcode_ids.h by default.
"""
import argparse
-"""Generate uop metedata.
+"""Generate opcode metadata.
Reads the instruction definitions from bytecodes.c.
-Writes the metadata to pycore_uop_metadata.h by default.
+Writes the metadata to pycore_opcode_metadata.h by default.
"""
import argparse
-"""Generate uop metedata.
+"""Generate opcode metadata for Python.
Reads the instruction definitions from bytecodes.c.
-Writes the metadata to pycore_uop_metadata.h by default.
+Writes the metadata to _opcode_metadata.py by default.
"""
import argparse
-"""Generate uop metedata.
+"""Generate uop metadata.
Reads the instruction definitions from bytecodes.c.
Writes the metadata to pycore_uop_metadata.h by default.
"""