Searched refs:STORE_SLICE (Results 1 – 4 of 4) sorted by relevance
44 #define STORE_SLICE 40 macro
394 .. opcode:: STORE_SLICE+0 ()399 .. opcode:: STORE_SLICE+1 ()404 .. opcode:: STORE_SLICE+2 ()409 .. opcode:: STORE_SLICE+3 ()
736 case STORE_SLICE+0: in opcode_stack_effect()738 case STORE_SLICE+1: in opcode_stack_effect()740 case STORE_SLICE+2: in opcode_stack_effect()742 case STORE_SLICE+3: in opcode_stack_effect()3307 case Store: op = STORE_SLICE; break; in compiler_simple_slice()
1864 TARGET_WITH_IMPL_NOARG(STORE_SLICE, _store_slice) in PyEval_EvalFrameEx()1870 if ((opcode-STORE_SLICE) & 2) in PyEval_EvalFrameEx()1874 if ((opcode-STORE_SLICE) & 1) in PyEval_EvalFrameEx()