Lines Matching refs:literals
23 opcode and on the number of literals copied by previous instruction. The
28 - the number of literals to copy, which is retained in variable "state"
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
60 are copied before starting the next instruction. The number of literals that
63 literals were copied. This is the information stored in the <state> variable
64 in this implementation. This number of immediate literals to be copied is
91 18..21 : copy 0..3 literals
92 state = (byte - 17) = 0..3 [ copy <state> literals ]
97 state = 4 [ don't copy extra literals ]
103 Depends on the number of literals copied by the last instruction.
110 state = 4 (no extra literals are copied)
112 If last instruction used to copy between 1 to 3 literals (encoded in
117 following literals for free. It must be interpreted like this :
121 state = S (copy S literals after this block)
125 If last instruction used to copy 4 or more literals (as detected by
131 state = S (copy S literals after this block)
140 state = S (copy S literals after this block)
148 state = S (copy S literals after this block)
152 state = S (copy S literals after this block)
159 state = S (copy S literals after this block)