Home | History | Annotate | Download | only in src

Lines Matching full:opcode

93   // Encode an ADD opcode with the "size" bytes starting at data
96 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
99 // Encode a RUN opcode for "size" copies of the value "byte".
134 // Determines the best opcode to encode an instruction, and appends
135 // or substitutes that opcode and its size into the
165 // of the first and second instruction in the opcode.
197 // The instruction map facilitates finding an opcode quickly given an
204 // that contains the last single-instruction opcode generated by
209 // either no opcodes have been generated yet, or else the last opcode
210 // generated was a double-instruction opcode.