Lines Matching defs:mask
18 unsigned char mask;
56 * of an opcode can be found. The mask member is the and-mask that
63 * case the byte member always is zero, so that the mask is applied on
69 .mask = 0xff,
84 .mask = 0x0f,
94 .mask = 0xff,
109 .mask = 0xff,
312 printf("\t{ .opcode = 0x%.2s, .mask = 0x%02x, .byte = %d, .offset = %d, .count = %d }, \\\n",
313 group->opcode, group->type->mask, group->type->byte, group->offset, group->count);