HomeSort by: relevance | last modified time | path
    Searched defs:iwords (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/gspa/gspa/
gsp_inst.c 256 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords);
274 u_int16_t iwords[6]; local
322 i = encode_instr(ip, operands, spec, iwords);
334 putcode(iwords, i);
439 encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords)
541 iwords[2] = (val[0] >> 16);
544 iwords[1] = val[0];
573 iwords[1] = off;
576 iwords[1] = val[0];
577 iwords[2] = val[0] >> 16
    [all...]

Completed in 28 milliseconds