Home | History | Annotate | Download | only in mterp

Lines Matching full:instruction

37 Depending on architecture, instruction-to-instruction transitions may
39 variant, each instruction handler is allocated a fixed-size area (e.g. 64
44 When a C implementation for an instruction is desired, the assembly
106 instruction files from.
129 didn't fit inside the fixed-size instruction handler space.
149 ==== Instruction file format ====
151 The assembly instruction files are simply fragments of assembly sources.
168 $handler_size_bytes - max size of an instruction handler, in bytes
169 $handler_size_bits - max size of an instruction handler, log 2
193 Identifies the split between the main portion of the instruction
195 code, which is appended to the end of the instruction handler block.
266 instruction count profiling, pending thread suspension request, etc.
274 Per-instruction polling, however, is expensive and subMode operation is
288 inter-instruction checks (mainHandlerTable in the Thread structure), while
293 to a subMode that requires inter-instruction checking, rIBASE is changed