Lines Matching full:opcode
88 // Encode an ADD opcode with the "size" bytes starting at data
91 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
94 // Encode a RUN opcode for "size" copies of the value "byte".
133 // Determines the best opcode to encode an instruction, and appends
134 // or substitutes that opcode and its size into the
164 // of the first and second instruction in the opcode.
196 // The instruction map facilitates finding an opcode quickly given an
203 // that contains the last single-instruction opcode generated by
208 // either no opcodes have been generated yet, or else the last opcode
209 // generated was a double-instruction opcode.