HomeSort by relevance Sort by last modified time
    Searched defs:jrel_op (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op
  /external/python/cpython2/Lib/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op
  /external/python/cpython3/Lib/
opcode.py 47 def jrel_op(name, op): function
133 jrel_op('FOR_ITER', 93)
152 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
162 jrel_op('SETUP_LOOP', 120) # Distance to target address
163 jrel_op('SETUP_EXCEPT', 121) # ""
164 jrel_op('SETUP_FINALLY', 122) # ""
190 jrel_op('SETUP_WITH', 143)
208 jrel_op('SETUP_ASYNC_WITH', 154)
215 del def_op, name_op, jrel_op, jabs_op
  /prebuilts/gdb/darwin-x86/lib/python2.7/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op
  /prebuilts/gdb/linux-x86/lib/python2.7/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py 35 def jrel_op(name, op): function
129 jrel_op('FOR_ITER', 93)
148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip
158 jrel_op('SETUP_LOOP', 120) # Distance to target address
159 jrel_op('SETUP_EXCEPT', 121) # ""
160 jrel_op('SETUP_FINALLY', 122) # ""
185 jrel_op('SETUP_WITH', 143)
192 del def_op, name_op, jrel_op, jabs_op

Completed in 63 milliseconds