Lines Matching defs:instructions
14 /* For guidance on adding or extending families of instructions see
258 // Insert adaptive instructions and superinstructions. This cannot fail.
264 _Py_CODEUNIT *instructions = _PyCode_CODE(code);
266 int opcode = _Py_OPCODE(instructions[i]);
269 _Py_SET_OPCODE(instructions[i], adaptive_opcode);
271 assert(instructions[i + 1] == 0);
279 _Py_SET_OPCODE(instructions[i], EXTENDED_ARG_QUICK);
282 _Py_SET_OPCODE(instructions[i], JUMP_BACKWARD_QUICK);
285 _Py_SET_OPCODE(instructions[i], RESUME_QUICK);
290 _Py_SET_OPCODE(instructions[i - 1],
294 _Py_SET_OPCODE(instructions[i - 1],
298 _Py_SET_OPCODE(instructions[i - 1],
305 _Py_SET_OPCODE(instructions[i - 1],
311 _Py_SET_OPCODE(instructions[i - 1],