Searched refs:LOAD_CONST (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp3dsp_idct_mmi.c | 27 #define LOAD_CONST(dst, value) \ macro 38 LOAD_CONST(%[csth_1], 1) in idct_row_mmi() 50 LOAD_CONST(%[ftmp8], 64277) in idct_row_mmi() 51 LOAD_CONST(%[ftmp9], 12785) in idct_row_mmi() 69 LOAD_CONST(%[ftmp8], 54491) in idct_row_mmi() 70 LOAD_CONST(%[ftmp9], 36410) in idct_row_mmi() 98 LOAD_CONST(%[ftmp8], 46341) in idct_row_mmi() 130 LOAD_CONST(%[ftmp8], 60547) in idct_row_mmi() 131 LOAD_CONST(%[ftmp9], 25080) in idct_row_mmi() 211 LOAD_CONST(%[ftmp8], 64277) in idct_column_true_mmi() [all …]
|
/third_party/python/Include/ |
D | opcode.h | 85 #define LOAD_CONST 100 macro
|
/third_party/python/Objects/ |
D | lnotab_notes.txt | 190 8 LOAD_CONST 1 (1) 199 22 LOAD_CONST 2 (2) 202 >> 28 LOAD_CONST 0 (None)
|
/third_party/python/Lib/ |
D | modulefinder.py | 12 LOAD_CONST = dis.opmap['LOAD_CONST'] variable 407 and opargs[i-1][0] == opargs[i-2][0] == LOAD_CONST):
|
/third_party/python/Python/ |
D | compile.c | 1074 case LOAD_CONST: in stack_effect() 1426 return compiler_addop_i(c, LOAD_CONST, arg); in compiler_addop_load_const() 1573 assert((OP) != LOAD_CONST); /* use ADDOP_LOAD_CONST */ \ 1580 assert((OP) != LOAD_CONST); /* use ADDOP_LOAD_CONST_NEW */ \ 7190 if (inst[i].i_opcode != LOAD_CONST) { in fold_tuple_on_constants() 7232 inst[n].i_opcode = LOAD_CONST; in fold_tuple_on_constants() 7316 case LOAD_CONST: in optimize_basic_block() 7799 if (b->b_instr[i].i_opcode == LOAD_CONST && in trim_unused_consts()
|
D | ceval.c | 1871 case TARGET(LOAD_CONST): { in _PyEval_EvalFrameDefault() 1872 PREDICTED(LOAD_CONST); in _PyEval_EvalFrameDefault() 2536 PREDICT(LOAD_CONST); in _PyEval_EvalFrameDefault() 2577 PREDICT(LOAD_CONST); in _PyEval_EvalFrameDefault() 3993 PREDICT(LOAD_CONST); in _PyEval_EvalFrameDefault()
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 1970 3 LOAD_CONST 0 (2) 1972 7 LOAD_CONST 1 (1) 1975 16 LOAD_CONST 2 (3) 1978 23 LOAD_CONST 1 (1) 1982 31 LOAD_CONST 0 (2)
|
D | 3.4.rst | 733 LOAD_CONST 753 LOAD_CONST (100) 758 ' --> 3 LOAD_CONST 1 (1)',
|
/third_party/python/Doc/library/ |
D | dis.rst | 855 .. opcode:: LOAD_CONST (consti)
|