Home | History | Annotate | Download | only in src

Lines Matching full:instruction

142 // If that opcode was a single-instruction opcode, this function checks
143 // whether there is a compound (double-instruction) opcode that can
144 // combine that single instruction with the instruction that is now
146 // single-instruction opcode at position last_opcode_index_ will be
147 // overwritten with the new double-instruction opcode.
150 // and a new single-instruction opcode will be appended to
152 // if the opcode does not implicitly give the instruction size.
158 // The function will replace the old opcode 0x02 with the double-instruction
161 // All of the double-instruction opcodes in the standard code table
162 // have implicit sizes, meaning that the size of the instruction will not
166 // double-instruction opcode (say, COPY size 0 mode 0 + ADD size 0)
168 // If using the SDCH interleaved format, the address of the COPY instruction
258 // *after* the instruction and its size.