mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
regen uop
This commit is contained in:
parent
0d55ab9838
commit
c583abac7c
1 changed files with 8 additions and 7 deletions
15
Include/internal/pycore_uop_ids.h
generated
15
Include/internal/pycore_uop_ids.h
generated
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue