Home
last modified time | relevance | path

Searched refs:POP_JUMP_IF_FALSE (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c16 #define CONDITIONAL_JUMP(op) (op==POP_JUMP_IF_FALSE || op==POP_JUMP_IF_TRUE \
19 || op==POP_JUMP_IF_FALSE || op==POP_JUMP_IF_TRUE \
273 case POP_JUMP_IF_FALSE:
377 if (codestr[i+1] != POP_JUMP_IF_FALSE
429 if (codestr[i+3] != POP_JUMP_IF_FALSE ||
555 codestr[i] = POP_JUMP_IF_FALSE;
563 case POP_JUMP_IF_FALSE:
638 case POP_JUMP_IF_FALSE:
Dcompile.c840 case POP_JUMP_IF_FALSE: in opcode_stack_effect()
1493 ADDOP_JABS(c, POP_JUMP_IF_FALSE, next); in compiler_ifexp()
1613 ADDOP_JABS(c, POP_JUMP_IF_FALSE, next); in compiler_if()
1687 ADDOP_JABS(c, POP_JUMP_IF_FALSE, anchor); in compiler_while()
1870 ADDOP_JABS(c, POP_JUMP_IF_FALSE, except); in compiler_try_except()
2626 ADDOP_JABS(c, POP_JUMP_IF_FALSE, if_cleanup); in compiler_listcomp_generator()
2715 ADDOP_JABS(c, POP_JUMP_IF_FALSE, if_cleanup); in compiler_comprehension_generator()
Dceval.c2293 PREDICT(POP_JUMP_IF_FALSE); in PyEval_EvalFrameEx()
2371 PREDICTED_WITH_ARG(POP_JUMP_IF_FALSE); in PyEval_EvalFrameEx()
2372 case POP_JUMP_IF_FALSE: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c16 #define CONDITIONAL_JUMP(op) (op==POP_JUMP_IF_FALSE || op==POP_JUMP_IF_TRUE \
19 || op==POP_JUMP_IF_FALSE || op==POP_JUMP_IF_TRUE \
262 case POP_JUMP_IF_FALSE: in markblocks()
368 if (codestr[i+1] != POP_JUMP_IF_FALSE in PyCode_Optimize()
420 if (codestr[i+3] != POP_JUMP_IF_FALSE || in PyCode_Optimize()
542 codestr[i] = POP_JUMP_IF_FALSE; in PyCode_Optimize()
550 case POP_JUMP_IF_FALSE: in PyCode_Optimize()
625 case POP_JUMP_IF_FALSE: in PyCode_Optimize()
Dcompile.c863 case POP_JUMP_IF_FALSE: in opcode_stack_effect()
1516 ADDOP_JABS(c, POP_JUMP_IF_FALSE, next); in compiler_ifexp()
1636 ADDOP_JABS(c, POP_JUMP_IF_FALSE, next); in compiler_if()
1710 ADDOP_JABS(c, POP_JUMP_IF_FALSE, anchor); in compiler_while()
1892 ADDOP_JABS(c, POP_JUMP_IF_FALSE, except); in compiler_try_except()
2646 ADDOP_JABS(c, POP_JUMP_IF_FALSE, if_cleanup); in compiler_listcomp_generator()
2735 ADDOP_JABS(c, POP_JUMP_IF_FALSE, if_cleanup); in compiler_comprehension_generator()
Dceval.c2308 PREDICT(POP_JUMP_IF_FALSE); in PyEval_EvalFrameEx()
2386 PREDICTED_WITH_ARG(POP_JUMP_IF_FALSE); in PyEval_EvalFrameEx()
2387 case POP_JUMP_IF_FALSE: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h114 #define POP_JUMP_IF_FALSE 114 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h114 #define POP_JUMP_IF_FALSE 114 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt90 6 POP_JUMP_IF_FALSE 17
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlnotab_notes.txt90 6 POP_JUMP_IF_FALSE 17