Home
last modified time | relevance | path

Searched refs:_Instruction (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Ddis.py184 _Instruction = collections.namedtuple("_Instruction", variable
187 _Instruction.opname.__doc__ = "Human readable name for operation"
188 _Instruction.opcode.__doc__ = "Numeric code for operation"
189 _Instruction.arg.__doc__ = "Numeric argument to operation (if any), otherwise None"
190 _Instruction.argval.__doc__ = "Resolved arg value (if known), otherwise same as arg"
191 _Instruction.argrepr.__doc__ = "Human readable description of operation argument"
192 _Instruction.offset.__doc__ = "Start index of operation within bytecode sequence"
193 _Instruction.starts_line.__doc__ = "Line started by this opcode (if any), otherwise None"
194 _Instruction.is_jump_target.__doc__ = "True if other code jumps to here, otherwise False"
199 class Instruction(_Instruction):
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst712 .. _Instruction Selection:
DProgrammersManual.rst3681 .. _Instruction:
/external/llvm/docs/
DCodeGenerator.rst712 .. _Instruction Selection:
DProgrammersManual.rst3092 .. _Instruction: