Lines Matching defs:opcode
221 unsigned opcode = *readp++;
228 op_protos[opcode - 1] = e;
246 a value that means that given opcode is not stored at all. But
247 that should be fine, as opcode 0 is not allocated. */
337 unsigned int opcode = *readp++;
338 if (opcode == 0)
342 if (unlikely (opcode == 0xff && ! accept_0xff))
350 unsigned int idx = table->opcodes[opcode - 1];
427 .opcode = opcode,
445 know that opcode 0xff may have one of two incompatible meanings.
551 would only use the part of opcode space that it shares with
557 The one exception to the above rule is opcode 0xff, which has