gsp_inst.c | 259 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords); 277 u_int16_t iwords[6]; local in function:do_statement 325 i = encode_instr(ip, operands, spec, iwords); 337 putcode(iwords, i); 442 encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords) 544 iwords[2] = (val[0] >> 16); 547 iwords[1] = val[0]; 576 iwords[1] = off; 579 iwords[1] = val[0]; 580 iwords[2] = val[0] >> 16 [all...] |