Home
last modified time | relevance | path

Searched defs:oparg (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Python/
Dwordcode_helpers.h6 # define PACKOPARG(opcode, oparg) ((_Py_CODEUNIT)(((opcode) << 8) | (oparg))) argument
8 # define PACKOPARG(opcode, oparg) ((_Py_CODEUNIT)(((oparg) << 8) | (opcode))) argument
14 instrsize(unsigned int oparg) in instrsize()
26 unsigned int oparg, int ilen) in write_op_arg()
Dpeephole.c67 unsigned int oparg = _Py_OPARG(codestr[i]); in get_arg() local
91 set_arg(_Py_CODEUNIT *codestr, Py_ssize_t i, unsigned int oparg) in set_arg()
113 unsigned int oparg, Py_ssize_t maxi) in copy_op_arg()
Dcompile.c876 stack_effect(int opcode, int oparg, int jump) in stack_effect()
1126 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect()
1220 compiler_addop_i(struct compiler *c, int opcode, Py_ssize_t oparg) in compiler_addop_i()
3608 int oparg; in compiler_formatted_value() local
Dceval.c559 int oparg; /* Current opcode argument, if any */ in _PyEval_EvalFrameDefault() local
4966 format_exc_unbound(PyCodeObject *co, int oparg) in format_exc_unbound()
5018 int opcode, oparg; in unicode_concatenate() local
/external/python/cpython3/Modules/clinic/
D_opcode.c.h22 PyObject *oparg = Py_None; in _opcode_stack_effect() local
/external/python/cpython3/Modules/
D_opcode.c23 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg) in _opcode_stack_effect_impl()
/external/u-boot/cmd/
Dbinop.c92 char *oparg, *lenarg, *src1arg, *src2arg, *destarg; in do_binop() local
/external/kernel-headers/original/uapi/linux/
Dfutex.h149 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument
/external/python/cpython2/Python/
Dceval.c799 register int oparg; /* Current opcode argument, if any */ in PyEval_EvalFrameEx() local
4331 call_function(PyObject ***pp_stack, int oparg in call_function()
5176 int oparg = PEEKARG(); in string_concatenate() local
Dcompile.c686 opcode_stack_effect(int opcode, int oparg) in opcode_stack_effect()
1003 compiler_addop_i(struct compiler *c, int opcode, int oparg) in compiler_addop_i()