Searched refs:LOAD_CONST (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A 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( in idct_column_true_mmi() [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 141 [LOAD_CONST] = LOAD_CONST, 142 [LOAD_CONST__LOAD_FAST] = LOAD_CONST, 342 [LOAD_CONST] = "LOAD_CONST",
|
/third_party/python/Include/ |
H A D | opcode.h | 60 #define LOAD_CONST 100 macro
|
/third_party/python/Lib/ |
H A D | dis.py | 36 LOAD_CONST = opmap['LOAD_CONST'] variable 358 Otherwise (if it is a LOAD_CONST and co_consts is not 364 if op == LOAD_CONST: 457 # raw name index for LOAD_GLOBAL, LOAD_CONST, etc. 659 LOAD_CONST = opmap['LOAD_CONST']
|
/third_party/python/Python/ |
H A D | specialize.c | 297 case LOAD_CONST: in _PyCode_Quicken() 309 case LOAD_CONST: in _PyCode_Quicken()
|
H A D | compile.c | 1022 case LOAD_CONST: in stack_effect() 1448 return compiler_addop_i(c, LOAD_CONST, arg); in compiler_addop_load_const() 5739 LOAD_CONST (None, None, None) 8515 if (opcode == LOAD_CONST) { in get_const_value() 8528 /* Replace LOAD_CONST c1, LOAD_CONST c2 ... LOAD_CONST cn, BUILD_TUPLE n 8529 with LOAD_CONST (c1, c2, ... cn). 8532 Called with codestr pointing to the first LOAD_CONST. 8590 inst[n].i_opcode = LOAD_CONST; in fold_tuple_on_constants() [all...] |
H A D | ceval.c | 1812 TARGET(LOAD_CONST) { 1813 PREDICTED(LOAD_CONST); 2544 PREDICT(LOAD_CONST); 2579 PREDICT(LOAD_CONST); 4328 PREDICT(LOAD_CONST);
|
Completed in 42 milliseconds