Searched refs:STORE_FAST (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dopcode.h125 #define STORE_FAST 125 /* Local variable number */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dopcode.h125 #define STORE_FAST 125 /* Local variable number */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dceval.c790 followed by STORE_FAST or UNPACK_SEQUENCE.
1132 PREDICTED_WITH_ARG(STORE_FAST);
1133 case STORE_FAST:
2515 PREDICT(STORE_FAST);
4817 case STORE_FAST:
H A Dcompile.c879 case STORE_FAST:
2422 case Store: op = STORE_FAST; break;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dceval.c788 followed by STORE_FAST or UNPACK_SEQUENCE.
1129 PREDICTED_WITH_ARG(STORE_FAST);
1130 case STORE_FAST:
2500 PREDICT(STORE_FAST);
4795 case STORE_FAST:
H A Dcompile.c856 case STORE_FAST:
2402 case Store: op = STORE_FAST; break;

Completed in 55 milliseconds