Home
last modified time | relevance | path

Searched refs:IS_OP (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h120 [IS_OP] = IS_OP,
359 [IS_OP] = "IS_OP",
/third_party/python/Include/
H A Dopcode.h76 #define IS_OP 117 macro
/third_party/python/Python/
H A Dcompile.c1038 case IS_OP: in stack_effect()
2872 ADDOP_I(c, IS_OP, 0); in compiler_addcompare()
2875 ADDOP_I(c, IS_OP, 1); in compiler_addcompare()
6597 ADDOP_I(c, IS_OP, 1); in compiler_pattern_class()
6715 ADDOP_I(c, IS_OP, 1); in compiler_pattern_mapping()
8879 case IS_OP: in optimize_basic_block()
H A Dceval.c3863 TARGET(IS_OP) {

Completed in 24 milliseconds