Searched refs:BINARY_SUBSCR (Results 1 – 11 of 11) sorted by relevance
32 #define BINARY_SUBSCR 25 macro
27 #define BINARY_SUBSCR 25 macro
130 case BINARY_SUBSCR: in fold_binops_on_constants()476 case BINARY_SUBSCR: in PyCode_Optimize()
719 case BINARY_SUBSCR: in opcode_stack_effect()3220 case Load: op = BINARY_SUBSCR; break; in compiler_handle_subscr()
1533 TARGET_NOARG(BINARY_SUBSCR) in PyEval_EvalFrameEx()
267 .. opcode:: BINARY_SUBSCR ()
93 and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g.
439 .. opcode:: BINARY_SUBSCR
910 case BINARY_SUBSCR: in stack_effect()4833 case Load: op = BINARY_SUBSCR; break; in compiler_handle_subscr()
1310 TARGET(BINARY_SUBSCR) { in _PyEval_EvalFrameDefault()
8603 between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP