Lines Matching defs:opcode

80 	int opcode, count, offset, isfillormix, x = width;
92 opcode = code >> 4;
93 /* Handle different opcode forms */
94 switch (opcode)
99 opcode -= 6;
104 opcode = code & 0xf;
105 if (opcode < 9)
112 count = (opcode < 0xb) ? 8 : 1;
117 opcode >>= 1;
125 isfillormix = ((opcode == 2) || (opcode == 7));
139 switch (opcode)
142 if ((lastopcode == opcode) && !((x == width) && (prevline == NULL)))
153 opcode -= 5;
157 opcode = 0x02;
162 opcode = 0x02;
166 lastopcode = opcode;
180 switch (opcode)
264 unimpl("bitmap opcode 0x%x\n", opcode);
278 int opcode, count, offset, isfillormix, x = width;
290 opcode = code >> 4;
291 /* Handle different opcode forms */
292 switch (opcode)
297 opcode -= 6;
302 opcode = code & 0xf;
303 if (opcode < 9)
310 count = (opcode < 0xb) ? 8 : 1;
315 opcode >>= 1;
323 isfillormix = ((opcode == 2) || (opcode == 7));
337 switch (opcode)
340 if ((lastopcode == opcode) && !((x == width) && (prevline == NULL)))
351 opcode -= 5;
355 opcode = 0x02;
360 opcode = 0x02;
364 lastopcode = opcode;
378 switch (opcode)
463 unimpl("bitmap opcode 0x%x\n", opcode);
477 int opcode, count, offset, isfillormix, x = width;
489 opcode = code >> 4;
490 /* Handle different opcode forms */
491 switch (opcode)
496 opcode -= 6;
501 opcode = code & 0xf;
502 if (opcode < 9)
509 count = (opcode <
515 opcode >>= 1;
523 isfillormix = ((opcode == 2) || (opcode == 7));
537 switch (opcode)
540 if ((lastopcode == opcode) && !((x == width) && (prevline == NULL)))
557 opcode -= 5;
561 opcode = 0x02;
566 opcode = 0x02;
570 lastopcode = opcode;
584 switch (opcode)
749 unimpl("bitmap opcode 0x%x\n", opcode);