Home
last modified time | relevance | path

Searched refs:JUMP_IF_FALSE_OR_POP (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c17 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
20 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
271 case JUMP_IF_FALSE_OR_POP:
528 case JUMP_IF_FALSE_OR_POP:
640 case JUMP_IF_FALSE_OR_POP:
Dcompile.c836 case JUMP_IF_FALSE_OR_POP: /* "" */ in opcode_stack_effect()
2465 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
2534 ADDOP_JABS(c, JUMP_IF_FALSE_OR_POP, cleanup); in compiler_compare()
Dceval.c2417 case JUMP_IF_FALSE_OR_POP: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c17 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
20 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
260 case JUMP_IF_FALSE_OR_POP: in markblocks()
519 case JUMP_IF_FALSE_OR_POP: in PyCode_Optimize()
627 case JUMP_IF_FALSE_OR_POP: in PyCode_Optimize()
Dcompile.c859 case JUMP_IF_FALSE_OR_POP: /* "" */ in opcode_stack_effect()
2485 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
2554 ADDOP_JABS(c, JUMP_IF_FALSE_OR_POP, cleanup); in compiler_compare()
3493 instr->i_opcode == JUMP_IF_FALSE_OR_POP) in stackdepth_walk()
Dceval.c2432 case JUMP_IF_FALSE_OR_POP: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h110 #define JUMP_IF_FALSE_OR_POP 111 /* Target byte offset from beginning macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h110 #define JUMP_IF_FALSE_OR_POP 111 /* Target byte offset from beginning macro