Home
last modified time | relevance | path

Searched refs:LOAD_CONST (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvp3dsp_idct_mmi.c27 #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 Dpycore_opcode.h141 [LOAD_CONST] = LOAD_CONST,
142 [LOAD_CONST__LOAD_FAST] = LOAD_CONST,
342 [LOAD_CONST] = "LOAD_CONST",
/third_party/python/Include/
H A Dopcode.h60 #define LOAD_CONST 100 macro
/third_party/python/Lib/
H A Ddis.py36 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 Dspecialize.c297 case LOAD_CONST: in _PyCode_Quicken()
309 case LOAD_CONST: in _PyCode_Quicken()
H A Dcompile.c1022 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 Dceval.c1812 TARGET(LOAD_CONST) {
1813 PREDICTED(LOAD_CONST);
2544 PREDICT(LOAD_CONST);
2579 PREDICT(LOAD_CONST);
4328 PREDICT(LOAD_CONST);

Completed in 42 milliseconds