Searched refs:def_op (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | opcode.py | 27 def def_op(name, op): function 32 def_op(name, op) 36 def_op(name, op) 40 def_op(name, op) 46 def_op('STOP_CODE', 0) 47 def_op('POP_TOP', 1) 48 def_op('ROT_TWO', 2) 49 def_op('ROT_THREE', 3) 50 def_op('DUP_TOP', 4) 51 def_op('ROT_FOUR', 5) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | opcode.py | 27 def def_op(name, op): function 32 def_op(name, op) 36 def_op(name, op) 40 def_op(name, op) 46 def_op('STOP_CODE', 0) 47 def_op('POP_TOP', 1) 48 def_op('ROT_TWO', 2) 49 def_op('ROT_THREE', 3) 50 def_op('DUP_TOP', 4) 51 def_op('ROT_FOUR', 5) [all …]
|