gsp_inst.c | 103 #define SPEC (0x10|EXPR) /* field or length specifier */ 106 #define OPTSPEC (OPTOPRN|SPEC) 160 {"FILL",0x0FC0, FILL, {SPEC, 0, 0, 0}}, 209 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}}, 229 {"PIXBLT",0x0F00,PIXBLT,{SPEC, SPEC, 0, 0}}, 257 int check_spec(int spec, const char *valid, const char *what); 259 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords); 276 int spec[3]; local in function:do_statement 298 spec[0] = spec[1] = spec[2] = 0 [all...] |