regen uop

This commit is contained in:
LloydZ 2025-12-22 03:58:52 +00:00
parent 0d55ab9838
commit c583abac7c

View file

@ -1096,13 +1096,14 @@ extern "C" {
#define _UNARY_NOT_r22 1289
#define _UNARY_NOT_r33 1290
#define _UNPACK_EX_r10 1291
#define _UNPACK_SEQUENCE_r10 1292
#define _UNPACK_SEQUENCE_LIST_r10 1293
#define _UNPACK_SEQUENCE_TUPLE_r10 1294
#define _UNPACK_SEQUENCE_TWO_TUPLE_r12 1295
#define _WITH_EXCEPT_START_r33 1296
#define _YIELD_VALUE_r11 1297
#define MAX_UOP_REGS_ID 1297
#define _UNPACK_SEQUENCE_r11 1292
#define _UNPACK_SEQUENCE_LIST_r11 1293
#define _UNPACK_SEQUENCE_TUPLE_r11 1294
#define _UNPACK_SEQUENCE_TWO_TUPLE_r03 1295
#define _UNPACK_SEQUENCE_TWO_TUPLE_r13 1296
#define _WITH_EXCEPT_START_r33 1297
#define _YIELD_VALUE_r11 1298
#define MAX_UOP_REGS_ID 1298
#ifdef __cplusplus
}