Home
last modified time | relevance | path

Searched refs:STORE_SLICE (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h41 #define STORE_SLICE 40 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h41 #define STORE_SLICE 40 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c1660 case STORE_SLICE+0: in PyEval_EvalFrameEx()
1661 case STORE_SLICE+1: in PyEval_EvalFrameEx()
1662 case STORE_SLICE+2: in PyEval_EvalFrameEx()
1663 case STORE_SLICE+3: in PyEval_EvalFrameEx()
1664 if ((opcode-STORE_SLICE) & 2) in PyEval_EvalFrameEx()
1668 if ((opcode-STORE_SLICE) & 1) in PyEval_EvalFrameEx()
Dcompile.c736 case STORE_SLICE+0: in opcode_stack_effect()
738 case STORE_SLICE+1: in opcode_stack_effect()
740 case STORE_SLICE+2: in opcode_stack_effect()
742 case STORE_SLICE+3: in opcode_stack_effect()
3345 case Store: op = STORE_SLICE; break; in compiler_simple_slice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c1657 case STORE_SLICE+0: in PyEval_EvalFrameEx()
1658 case STORE_SLICE+1: in PyEval_EvalFrameEx()
1659 case STORE_SLICE+2: in PyEval_EvalFrameEx()
1660 case STORE_SLICE+3: in PyEval_EvalFrameEx()
1661 if ((opcode-STORE_SLICE) & 2) in PyEval_EvalFrameEx()
1665 if ((opcode-STORE_SLICE) & 1) in PyEval_EvalFrameEx()
Dcompile.c713 case STORE_SLICE+0: in opcode_stack_effect()
715 case STORE_SLICE+1: in opcode_stack_effect()
717 case STORE_SLICE+2: in opcode_stack_effect()
719 case STORE_SLICE+3: in opcode_stack_effect()
3325 case Store: op = STORE_SLICE; break; in compiler_simple_slice()